-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust: Convert source models to models-as-data #18530
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 10 changed files in this pull request and generated no comments.
Files not reviewed (7)
- rust/ql/lib/codeql/rust/Concepts.qll: Language not supported
- rust/ql/lib/codeql/rust/Frameworks.qll: Language not supported
- rust/ql/lib/codeql/rust/frameworks/Reqwest.qll: Language not supported
- rust/ql/lib/codeql/rust/frameworks/stdlib/Env.qll: Language not supported
- rust/ql/lib/codeql/rust/security/WeakSensitiveDataHashingExtensions.qll: Language not supported
- rust/ql/test/library-tests/dataflow/sources/TaintSources.expected: Language not supported
- rust/ql/test/library-tests/dataflow/taint/TaintFlowStep.expected: Language not supported
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
DCA was uneventful. |
Merge was broken by the "MaD:X" entry in the |
Thanks for approving. |
Convert existing source models to models-as-data. This will allow the sources to be made more accurate w.r.t. the
Option
andResult
content they return - which I will do in a follow-up PR.@paldepind FYI