@@ -8,32 +8,32 @@ extensions:
8
8
pack : codeql/rust-all
9
9
extensible : summaryModel
10
10
data :
11
- - ["lang:std", "<crate ::io::buffered::bufreader::BufReader>::new", "Argument[0]", "ReturnValue", "taint", "manual"]
12
- - ["lang:std", "<crate ::io::buffered::bufreader::BufReader as crate ::io::BufRead>::fill_buf", "Argument[self]", "ReturnValue.Field[core::result::Result::Ok(0)]", "taint", "manual"]
13
- - ["lang:std", "<crate ::io::buffered::bufreader::BufReader>::buffer", "Argument[self]", "ReturnValue", "taint", "manual"]
14
- - ["lang:std", "<crate ::io::stdio::Stdin as crate ::io::Read>::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
15
- - ["lang:std", "<crate ::io::stdio::StdinLock as crate ::io::Read>::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
16
- - ["lang:std", "<crate ::fs::File as crate ::io::Read>::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
17
- - ["lang:std", "crate ::io::Read::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
18
- - ["lang:std", "<crate ::io::stdio::Stdin as crate ::io::Read>::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
19
- - ["lang:std", "<crate ::io::stdio::StdinLock as crate ::io::Read>::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
20
- - ["lang:std", "<crate ::fs::File as crate ::io::Read>::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
21
- - ["lang:std", "crate ::io::Read::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
22
- - ["lang:std", "<crate ::io::stdio::Stdin as crate ::io::Read>::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
23
- - ["lang:std", "<crate ::io::stdio::StdinLock as crate ::io::Read>::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
24
- - ["lang:std", "<crate ::fs::File as crate ::io::Read>::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
25
- - ["lang:std", "crate ::io::Read::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
26
- - ["lang:std", "<crate ::io::stdio::Stdin as crate ::io::Read>::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
27
- - ["lang:std", "<crate ::io::stdio::StdinLock as crate ::io::Read>::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
28
- - ["lang:std", "<crate ::fs::File as crate ::io::Read>::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
29
- - ["lang:std", "crate ::io::Read::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
30
- - ["lang:std", "crate ::io::BufRead::read_line", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
31
- - ["lang:std", "crate ::io::BufRead::read_until", "Argument[self]", "Argument[1].Reference", "taint", "manual"]
32
- - ["lang:std", "crate ::io::BufRead::split", "Argument[self]", "ReturnValue", "taint", "manual"]
33
- - ["lang:std", "crate ::io::BufRead::lines", "Argument[self]", "ReturnValue", "taint", "manual"]
34
- - ["lang:std", "crate ::io::Read::bytes", "Argument[self]", "ReturnValue", "taint", "manual"]
35
- - ["lang:std", "crate ::io::Read::chain", "Argument[self]", "ReturnValue", "taint", "manual"]
36
- - ["lang:std", "crate ::io::Read::chain", "Argument[0]", "ReturnValue", "taint", "manual"]
37
- - ["lang:std", "crate ::io::Read::take", "Argument[self]", "ReturnValue", "taint", "manual"]
38
- - ["lang:std", "<crate ::io::stdio::Stdin>::lock", "Argument[self]", "ReturnValue", "taint", "manual"]
39
- - ["lang:std", "<crate ::io::Split as crate ::iter::traits::iterator::Iterator>::next", "Argument[self]", "ReturnValue.Field[core::option::Option::Some(0)].Field[core::result::Result::Ok(0)]", "taint", "manual"]
11
+ - ["<std ::io::buffered::bufreader::BufReader>::new", "Argument[0]", "ReturnValue", "taint", "manual"]
12
+ - ["<std ::io::buffered::bufreader::BufReader as std ::io::BufRead>::fill_buf", "Argument[self]", "ReturnValue.Field[core::result::Result::Ok(0)]", "taint", "manual"]
13
+ - ["<std ::io::buffered::bufreader::BufReader>::buffer", "Argument[self]", "ReturnValue", "taint", "manual"]
14
+ - ["<std ::io::stdio::Stdin as std ::io::Read>::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
15
+ - ["<std ::io::stdio::StdinLock as std ::io::Read>::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
16
+ - ["<std ::fs::File as std ::io::Read>::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
17
+ - ["<_ as std ::io::Read> ::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
18
+ - ["<std ::io::stdio::Stdin as std ::io::Read>::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
19
+ - ["<std ::io::stdio::StdinLock as std ::io::Read>::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
20
+ - ["<std ::fs::File as std ::io::Read>::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
21
+ - ["<_ as std ::io::Read> ::read_to_string", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
22
+ - ["<std ::io::stdio::Stdin as std ::io::Read>::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
23
+ - ["<std ::io::stdio::StdinLock as std ::io::Read>::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
24
+ - ["<std ::fs::File as std ::io::Read>::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
25
+ - ["<_ as std ::io::Read> ::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
26
+ - ["<std ::io::stdio::Stdin as std ::io::Read>::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
27
+ - ["<std ::io::stdio::StdinLock as std ::io::Read>::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
28
+ - ["<std ::fs::File as std ::io::Read>::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
29
+ - ["<_ as std ::io::Read> ::read_exact", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
30
+ - ["<_ as std ::io::BufRead> ::read_line", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
31
+ - ["<_ as std ::io::BufRead> ::read_until", "Argument[self]", "Argument[1].Reference", "taint", "manual"]
32
+ - ["<_ as std ::io::BufRead> ::split", "Argument[self]", "ReturnValue", "taint", "manual"]
33
+ - ["<_ as std ::io::BufRead> ::lines", "Argument[self]", "ReturnValue", "taint", "manual"]
34
+ - ["<_ as std ::io::Read> ::bytes", "Argument[self]", "ReturnValue", "taint", "manual"]
35
+ - ["<_ as std ::io::Read> ::chain", "Argument[self]", "ReturnValue", "taint", "manual"]
36
+ - ["<_ as std ::io::Read> ::chain", "Argument[0]", "ReturnValue", "taint", "manual"]
37
+ - ["<_ as std ::io::Read> ::take", "Argument[self]", "ReturnValue", "taint", "manual"]
38
+ - ["<std ::io::stdio::Stdin>::lock", "Argument[self]", "ReturnValue", "taint", "manual"]
39
+ - ["<std ::io::Split as core ::iter::traits::iterator::Iterator>::next", "Argument[self]", "ReturnValue.Field[core::option::Option::Some(0)].Field[core::result::Result::Ok(0)]", "taint", "manual"]
0 commit comments