FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Java: add exclude-from-incremental tag to telemetry queries by cklin · Pull Request #19208 · github/codeql · GitHub

/ codeql Public

Java: add exclude-from-incremental tag to telemetry queries - #19208

Merged
cklin merged 1 commit into
mainfrom
cklin/exclude-from-incremental
Apr 7, 2025
Merged

cklin merged 1 commit into
mainfrom
cklin/exclude-from-incremental

Conversation

cklin commented Apr 2, 2025

Copy link
Copy Markdown
Contributor

In the future, this tag should signal to the action that the queries should be excluded from incremental scans because they are too slow and/or produce too many results.

The three queries tagged here rely on global data-flow analysis to find all XSS sinks. All other metric and diagnostic queries are fast enough for incrementality.

This is a copy of #18788, except with a different tag name.

In the future, this tag should signal to the action that the queries
should be excluded from incremental scans because they are too slow
and/or produce too many results.

The three queries tagged here rely on global data-flow analysis to find
all XSS sinks. All other metric and diagnostic queries are fast enough
for incrementality.
github-actions Bot added the Java label Apr 2, 2025
cklin marked this pull request as ready for review April 2, 2025 21:34
Copilot AI review requested due to automatic review settings April 2, 2025 21:34
cklin requested a review from a team as a code owner April 2, 2025 21:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Copilot wasn't able to review any files in this pull request.

Files not reviewed (3)
  • java/ql/src/Telemetry/SupportedExternalApis.ql: Language not supported
  • java/ql/src/Telemetry/SupportedExternalSinks.ql: Language not supported
  • java/ql/src/Telemetry/UnsupportedExternalAPIs.ql: Language not supported

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

cklin added the no-change-note-required This PR does not need a change note label Apr 2, 2025
cklin merged commit 7c63264 into main Apr 7, 2025
cklin deleted the cklin/exclude-from-incremental branch April 7, 2025 15:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Java 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.

4 participants


Back | FazBrowse Home | New Git URL