|
1 | 1 | extensions: |
2 | 2 | - addsTo: |
3 | 3 | pack: codeql/rust-all |
4 | | - extensible: sourceModelDeprecated |
| 4 | + extensible: sourceModel |
5 | 5 | data: |
6 | 6 | # Alloc |
7 | | - - ["lang:alloc", "crate::alloc::dealloc", "Argument[0]", "pointer-invalidate", "manual"] |
| 7 | + - ["alloc::alloc::dealloc", "Argument[0]", "pointer-invalidate", "manual"] |
8 | 8 | - addsTo: |
9 | 9 | pack: codeql/rust-all |
10 | | - extensible: sinkModelDeprecated |
| 10 | + extensible: sinkModel |
11 | 11 | data: |
12 | 12 | # Alloc |
13 | | - - ["lang:alloc", "crate::alloc::alloc", "Argument[0]", "alloc-layout", "manual"] |
14 | | - - ["lang:alloc", "crate::alloc::alloc_zeroed", "Argument[0]", "alloc-layout", "manual"] |
15 | | - - ["lang:alloc", "crate::alloc::realloc", "Argument[2]", "alloc-size", "manual"] |
16 | | - - ["lang:std", "<crate::alloc::System as crate::alloc::global::GlobalAlloc>::alloc", "Argument[0]", "alloc-layout", "manual"] |
17 | | - - ["lang:std", "<crate::alloc::System as crate::alloc::global::GlobalAlloc>::alloc_zeroed", "Argument[0]", "alloc-layout", "manual"] |
18 | | - - ["lang:std", "<crate::alloc::System as crate::alloc::Allocator>::allocate", "Argument[0]", "alloc-layout", "manual"] |
19 | | - - ["lang:std", "<crate::alloc::System as crate::alloc::Allocator>::allocate_zeroed", "Argument[0]", "alloc-layout", "manual"] |
20 | | - - ["lang:std", "<crate::alloc::System as crate::alloc::Allocator>::grow", "Argument[2]", "alloc-layout", "manual"] |
21 | | - - ["lang:std", "<crate::alloc::System as crate::alloc::Allocator>::grow_zeroed", "Argument[2]", "alloc-layout", "manual"] |
22 | | - - ["lang:alloc", "<crate::alloc::Global as crate::alloc::global::GlobalAlloc>::alloc", "Argument[0]", "alloc-layout", "manual"] |
23 | | - - ["lang:alloc", "<crate::alloc::Global as crate::alloc::global::GlobalAlloc>::alloc_zeroed", "Argument[0]", "alloc-layout", "manual"] |
24 | | - - ["lang:alloc", "<crate::alloc::Global as crate::alloc::Allocator>::allocate", "Argument[0]", "alloc-layout", "manual"] |
25 | | - - ["lang:alloc", "<crate::alloc::Global as crate::alloc::Allocator>::allocate_zeroed", "Argument[0]", "alloc-layout", "manual"] |
26 | | - - ["lang:alloc", "<crate::alloc::Global as crate::alloc::Allocator>::grow", "Argument[2]", "alloc-layout", "manual"] |
27 | | - - ["lang:alloc", "<crate::alloc::Global as crate::alloc::Allocator>::grow_zeroed", "Argument[2]", "alloc-layout", "manual"] |
| 13 | + - ["alloc::alloc::alloc", "Argument[0]", "alloc-layout", "manual"] |
| 14 | + - ["alloc::alloc::alloc_zeroed", "Argument[0]", "alloc-layout", "manual"] |
| 15 | + - ["alloc::alloc::realloc", "Argument[2]", "alloc-size", "manual"] |
| 16 | + - ["<_ as core::alloc::global::GlobalAlloc>::alloc", "Argument[0]", "alloc-layout", "manual"] |
| 17 | + - ["<std::alloc::System as core::alloc::global::GlobalAlloc>::alloc", "Argument[0]", "alloc-layout", "manual"] |
| 18 | + - ["<_ as core::alloc::global::GlobalAlloc>::alloc_zeroed", "Argument[0]", "alloc-layout", "manual"] |
| 19 | + - ["<std::alloc::System as core::alloc::global::GlobalAlloc>::alloc_zeroed", "Argument[0]", "alloc-layout", "manual"] |
| 20 | + - ["<std::alloc::System as core::alloc::Allocator>::allocate", "Argument[0]", "alloc-layout", "manual"] |
| 21 | + - ["<std::alloc::System as core::alloc::Allocator>::allocate_zeroed", "Argument[0]", "alloc-layout", "manual"] |
| 22 | + - ["<std::alloc::System as core::alloc::Allocator>::grow", "Argument[2]", "alloc-layout", "manual"] |
| 23 | + - ["<std::alloc::System as core::alloc::Allocator>::grow_zeroed", "Argument[2]", "alloc-layout", "manual"] |
| 24 | + - ["<alloc::alloc::Global as core::alloc::global::GlobalAlloc>::alloc", "Argument[0]", "alloc-layout", "manual"] |
| 25 | + - ["<alloc::alloc::Global as core::alloc::global::GlobalAlloc>::alloc_zeroed", "Argument[0]", "alloc-layout", "manual"] |
| 26 | + - ["<alloc::alloc::Global as core::alloc::Allocator>::allocate", "Argument[0]", "alloc-layout", "manual"] |
| 27 | + - ["<alloc::alloc::Global as core::alloc::Allocator>::allocate_zeroed", "Argument[0]", "alloc-layout", "manual"] |
| 28 | + - ["<alloc::alloc::Global as core::alloc::Allocator>::grow", "Argument[2]", "alloc-layout", "manual"] |
| 29 | + - ["<alloc::alloc::Global as core::alloc::Allocator>::grow_zeroed", "Argument[2]", "alloc-layout", "manual"] |
28 | 30 | - addsTo: |
29 | 31 | pack: codeql/rust-all |
30 | | - extensible: summaryModelDeprecated |
| 32 | + extensible: summaryModel |
31 | 33 | data: |
32 | 34 | # Box |
33 | | - - ["lang:alloc", "<crate::boxed::Box>::pin", "Argument[0]", "ReturnValue.Reference", "value", "manual"] |
34 | | - - ["lang:alloc", "<crate::boxed::Box>::new", "Argument[0]", "ReturnValue.Reference", "value", "manual"] |
35 | | - - ["lang:alloc", "<crate::boxed::Box>::into_pin", "Argument[0]", "ReturnValue", "value", "manual"] |
| 35 | + - ["<alloc::boxed::Box>::pin", "Argument[0]", "ReturnValue.Reference", "value", "manual"] |
| 36 | + - ["<alloc::boxed::Box>::new", "Argument[0]", "ReturnValue.Reference", "value", "manual"] |
| 37 | + - ["<alloc::boxed::Box>::into_pin", "Argument[0]", "ReturnValue", "value", "manual"] |
36 | 38 | # Fmt |
37 | | - - ["lang:alloc", "crate::fmt::format", "Argument[0]", "ReturnValue", "taint", "manual"] |
| 39 | + - ["alloc::fmt::format", "Argument[0]", "ReturnValue", "taint", "manual"] |
38 | 40 | # String |
39 | | - - ["lang:alloc", "<crate::string::String>::as_str", "Argument[self]", "ReturnValue", "value", "manual"] |
40 | | - - ["lang:alloc", "<crate::string::String>::as_bytes", "Argument[self]", "ReturnValue", "value", "manual"] |
41 | | - - ["lang:alloc", "<_ as crate::string::ToString>::to_string", "Argument[self]", "ReturnValue", "taint", "manual"] |
42 | | - - ["lang:alloc", "<crate::string::String>::parse", "Argument[self]", "ReturnValue.Field[core::result::Result::Ok(0)]", "taint", "manual"] |
43 | | - - ["lang:alloc", "<crate::string::String>::trim", "Argument[self]", "ReturnValue.Reference", "taint", "manual"] |
44 | | - - ["lang:alloc", "<crate::string::String as crate::convert::From>::from", "Argument[0]", "ReturnValue", "value", "manual"] |
| 41 | + - ["<core::str>::as_str", "Argument[self]", "ReturnValue", "value", "manual"] |
| 42 | + - ["<core::str>::as_bytes", "Argument[self]", "ReturnValue", "value", "manual"] |
| 43 | + - ["<alloc::string::String>::as_str", "Argument[self]", "ReturnValue", "value", "manual"] |
| 44 | + - ["<alloc::string::String>::as_bytes", "Argument[self]", "ReturnValue", "value", "manual"] |
| 45 | + - ["<alloc::str as alloc::string::ToString>::to_string", "Argument[self]", "ReturnValue", "taint", "manual"] |
| 46 | + - ["<alloc::string::String as alloc::string::ToString>::to_string", "Argument[self]", "ReturnValue", "taint", "manual"] |
| 47 | + - ["<core::str>::parse", "Argument[self]", "ReturnValue.Field[core::result::Result::Ok(0)]", "taint", "manual"] |
| 48 | + - ["<core::str>::trim", "Argument[self]", "ReturnValue.Reference", "taint", "manual"] |
| 49 | + - ["<alloc::string::String as core::convert::From>::from", "Argument[0]", "ReturnValue", "value", "manual"] |
0 commit comments