@@ -3,8 +3,8 @@ extensions:
33 pack : codeql/rust-all
44 extensible : sourceModel
55 data :
6- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "crate::get", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)]", "remote", "manual"]
7- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "crate::blocking::get", "ReturnValue.Field[crate ::result::Result::Ok(0)]", "remote", "manual"]
6+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "crate::get", "ReturnValue.Future.Field[core ::result::Result::Ok(0)]", "remote", "manual"]
7+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "crate::blocking::get", "ReturnValue.Field[core ::result::Result::Ok(0)]", "remote", "manual"]
88 - addsTo :
99 pack : codeql/rust-all
1010 extensible : sinkModel
@@ -15,13 +15,13 @@ extensions:
1515 pack : codeql/rust-all
1616 extensible : summaryModel
1717 data :
18- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::text", "Argument[self]", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
19- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::text_with_charset", "Argument[self]", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
20- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::bytes", "Argument[self]", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
21- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::chunk", "Argument[self]", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)].Field[crate ::option::Option::Some(0)]", "taint", "manual"]
22- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::blocking::response::Response>::text", "Argument[self]", "ReturnValue.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
23- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::blocking::response::Response>::text_with_charset", "Argument[self]", "ReturnValue.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
24- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::blocking::response::Response>::bytes", "Argument[self]", "ReturnValue.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
25- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::async_impl::response::Response>::text", "Argument[self]", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
26- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::async_impl::response::Response>::bytes", "Argument[self]", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)]", "taint", "manual"]
27- - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::async_impl::response::Response>::chunk", "Argument[self]", "ReturnValue.Future.Field[crate ::result::Result::Ok(0)].Field[crate ::option::Option::Some(0)]", "taint", "manual"]
18+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::text", "Argument[self]", "ReturnValue.Future.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
19+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::text_with_charset", "Argument[self]", "ReturnValue.Future.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
20+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::bytes", "Argument[self]", "ReturnValue.Future.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
21+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::response::Response>::chunk", "Argument[self]", "ReturnValue.Future.Field[core ::result::Result::Ok(0)].Field[core ::option::Option::Some(0)]", "taint", "manual"]
22+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::blocking::response::Response>::text", "Argument[self]", "ReturnValue.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
23+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::blocking::response::Response>::text_with_charset", "Argument[self]", "ReturnValue.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
24+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::blocking::response::Response>::bytes", "Argument[self]", "ReturnValue.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
25+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::async_impl::response::Response>::text", "Argument[self]", "ReturnValue.Future.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
26+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::async_impl::response::Response>::bytes", "Argument[self]", "ReturnValue.Future.Field[core ::result::Result::Ok(0)]", "taint", "manual"]
27+ - ["repo:https://github.com/seanmonstar/reqwest:reqwest", "<crate::async_impl::response::Response>::chunk", "Argument[self]", "ReturnValue.Future.Field[core ::result::Result::Ok(0)].Field[core ::option::Option::Some(0)]", "taint", "manual"]
0 commit comments