Rust: regenerate models

Models are regenerated with the fix from https://github.com/github/codeql/pull/19744
which corrects the order of generation.
This commit is contained in:
Paolo Tranquilli
2025-06-13 09:06:15 +02:00
parent 55eb9fb838
commit 118456d127
18 changed files with 855 additions and 54 deletions

View File

@@ -4,7 +4,8 @@ extensions:
pack: codeql/rust-all
extensible: summaryModel
data:
- ["repo:https://github.com/rust-lang/libc:libc-test", "<crate::style::StyleChecker>::check_file", "Argument[0]", "Argument[self]", "taint", "df-generated"]
- ["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