@@ -3,8 +3,8 @@ extensions:
3
3
pack : codeql/rust-all
4
4
extensible : sourceModel
5
5
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"]
8
8
- addsTo :
9
9
pack : codeql/rust-all
10
10
extensible : sinkModel
@@ -15,13 +15,13 @@ extensions:
15
15
pack : codeql/rust-all
16
16
extensible : summaryModel
17
17
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