Skip to content
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: Add read steps for tuple and reference patterns #18314

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

paldepind
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Dec 18, 2024
@paldepind paldepind marked this pull request as ready for review December 18, 2024 12:37
@Copilot Copilot bot review requested due to automatic review settings December 18, 2024 12:37

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll: Language not supported
  • rust/ql/test/library-tests/dataflow/local/DataFlowStep.expected: Language not supported
  • rust/ql/test/library-tests/dataflow/local/inline-flow.expected: Language not supported
  • rust/ql/test/library-tests/dataflow/pointers/inline-flow.expected: Language not supported
Comments suppressed due to low confidence (1)

rust/ql/test/library-tests/dataflow/pointers/main.rs:98

  • The test case for the variable c is missing the expected value flow annotation. It should be // $ hasValueFlow=23 to accurately reflect the data flow.
sink(c); // $ MISSING: hasValueFlow=23

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

Copy link
Contributor

@hvitved hvitved left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@paldepind paldepind merged commit 508c7e6 into github:main Dec 18, 2024
15 checks passed
@paldepind paldepind deleted the rust-tuple-ref-patterns branch December 18, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants