Rust: Add Deprecated suffix to existing MaD extensible predicates

This commit is contained in:
Tom Hvitved
2025-06-18 11:48:11 +02:00
parent eff1fbab0f
commit c35598a2ea
100 changed files with 186 additions and 201 deletions

View File

@@ -2,7 +2,7 @@
extensions:
- addsTo:
pack: codeql/rust-all
extensible: summaryModel
extensible: summaryModelDeprecated
data:
- ["repo:https://github.com/rust-lang/log:log", "<crate::Level as crate::fmt::Display>::fmt", "Argument[0]", "ReturnValue", "taint", "df-generated"]
- ["repo:https://github.com/rust-lang/log:log", "<crate::LevelFilter as crate::fmt::Display>::fmt", "Argument[0]", "ReturnValue", "taint", "df-generated"]
@@ -62,7 +62,7 @@ extensions:
- ["repo:https://github.com/rust-lang/log:log", "<str as crate::kv::key::ToKey>::to_key", "Argument[self]", "ReturnValue.Field[log::kv::key::Key::key]", "value", "dfc-generated"]
- addsTo:
pack: codeql/rust-all
extensible: sinkModel
extensible: sinkModelDeprecated
data:
- ["repo:https://github.com/rust-lang/log:log", "<crate::Record>::file", "Argument[self]", "pointer-access", "df-generated"]
- ["repo:https://github.com/rust-lang/log:log", "<crate::Record>::module_path", "Argument[self]", "pointer-access", "df-generated"]