Skip to content

Shared: Match line information on Alert and Sink locations. #19354

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

Merged
merged 2 commits into from
Apr 24, 2025

Conversation

michaelnebel
Copy link
Contributor

@michaelnebel michaelnebel commented Apr 23, 2025

In this PR we match line numbers for Alert and Sink locations, such that only Alert needs to be specified.

The change in the inline expectations was made using GitHub Copilot. Furthermore, most of the test cases were also updated automatically using GitHub Copilot (agent mode) in VS Code. However, in some cases it got it wrong - so these were corrected manually.

@github-actions github-actions bot added the JS label Apr 23, 2025
@michaelnebel michaelnebel marked this pull request as ready for review April 23, 2025 14:00
@Copilot Copilot AI review requested due to automatic review settings April 23, 2025 14:00
@michaelnebel michaelnebel requested a review from a team as a code owner April 23, 2025 14:00
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates inline expectations in various test files to remove the redundant Sink annotations so that only Alert annotations are used for matching line information.

  • Removed Sink annotations from ReDoS test files.
  • Updated UnsafeShellCommandConstruction test files to reflect only Alert markers.
  • Adjusted CommandInjection test files accordingly.

Reviewed Changes

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

Show a summary per file
File Description
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/subLib5/feature.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/subLib4/factory.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/snapdragon.js Removed Sink from multiple inline expectation comments.
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/otherLib/js/src/index.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/moduleLib/moduleLib.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/lib.js Removed Sink from multiple inline expectation comments.
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/indirect.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/lib/closure.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/subLib4/subsub.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/subLib3/my-file.ts Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/subLib2/special-file.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/subLib2/compiled-file.ts Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/subLib/index.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/subLib/amdSub.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/lib2.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/lib.js Removed Sink from multiple inline expectation comments.
javascript/ql/test/query-tests/Security/CWE-078/UnsafeShellCommandConstruction/lib/isImported.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/CommandInjection/exec-sh2.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/CommandInjection/exec-sh.js Removed Sink from inline expectation comment.
javascript/ql/test/query-tests/Security/CWE-078/CommandInjection/child_process-test.js Removed Sink from inline expectation comments in various child_process calls.

@michaelnebel michaelnebel added the no-change-note-required This PR does not need a change note label Apr 23, 2025
@michaelnebel michaelnebel merged commit 91f1183 into github:main Apr 24, 2025
37 of 38 checks passed
@michaelnebel michaelnebel deleted the csharp/matchlinenumbersonsinks branch April 24, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants