Skip to content

tools: exclude deps/v8/tools from CodeQL scans #58132

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 1 commit into from
May 5, 2025

Conversation

Trott
Copy link
Member

@Trott Trott commented May 3, 2025

This will remove three of the four "A parse error occurred" issues during JavaScript CodeQL scans. (The fourth occurrence is in our code base, although it might be a false positive. Someone can figure that one out sooner or later, but we certainly can bypass scanning V8 tools.)

This will remove three of the four "A parse error occurred" issues
during JavaScript CodeQL scans. (The fourth occurrence is in our code
base, although it might be a false positive. Someone can figure that one
out sooner or later, but we certainly can bypass scanning V8 tools.)
@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label May 3, 2025
@Trott
Copy link
Member Author

Trott commented May 3, 2025

Test run of this change in my fork: https://github.com/Trott/io.js/actions/runs/14807712228

@Trott
Copy link
Member Author

Trott commented May 3, 2025

Test run of this change in my fork: https://github.com/Trott/io.js/actions/runs/14807712228

Confirmed that this eliminates three of the four parse errors, as expected.

@Trott Trott added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 3, 2025
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 5, 2025
@nodejs-github-bot nodejs-github-bot merged commit c46b2b9 into nodejs:main May 5, 2025
25 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in c46b2b9

aduh95 pushed a commit that referenced this pull request May 8, 2025
This will remove three of the four "A parse error occurred" issues
during JavaScript CodeQL scans. (The fourth occurrence is in our code
base, although it might be a false positive. Someone can figure that one
out sooner or later, but we certainly can bypass scanning V8 tools.)

PR-URL: #58132
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. meta Issues and PRs related to the general management of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants