mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Add Deprecated suffix to existing MaD extensible predicates
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: codeql/rust-all
|
||||
extensible: summaryModel
|
||||
extensible: summaryModelDeprecated
|
||||
data:
|
||||
- ["repo:https://github.com/rust-lang/libc:libc-test", "<crate::style::StyleChecker>::check_file", "Argument[0].Field[alloc::borrow::Cow::Owned(0)]", "Argument[self].Field[style::style::StyleChecker::path].Field[style_tests::style::StyleChecker::path]", "value", "dfc-generated"]
|
||||
- ["repo:https://github.com/rust-lang/libc:libc-test", "<crate::style::StyleChecker>::check_file", "Argument[0]", "Argument[self].Field[style::style::StyleChecker::path].Field[style_tests::style::StyleChecker::path].Field[std::path::PathBuf::inner]", "value", "dfc-generated"]
|
||||
- addsTo:
|
||||
pack: codeql/rust-all
|
||||
extensible: sinkModel
|
||||
extensible: sinkModelDeprecated
|
||||
data:
|
||||
- ["repo:https://github.com/rust-lang/libc:libc-test", "<crate::style::StyleChecker>::check_file", "Argument[0]", "path-injection", "df-generated"]
|
||||
- addsTo:
|
||||
pack: codeql/rust-all
|
||||
extensible: sourceModel
|
||||
extensible: sourceModelDeprecated
|
||||
data:
|
||||
- ["repo:https://github.com/rust-lang/libc:libc-test", "<crate::style::StyleChecker>::check_file", "ReturnValue", "file", "df-generated"]
|
||||
- ["repo:https://github.com/rust-lang/libc:libc-test", "<crate::style::StyleChecker>::finalize", "ReturnValue", "file", "df-generated"]
|
||||
|
||||
Reference in New Issue
Block a user