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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cklin
Copy link
Contributor

@cklin cklin commented Apr 2, 2025

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 github-actions bot added the Java label Apr 2, 2025
@cklin cklin marked this pull request as ready for review April 2, 2025 21:34
@Copilot Copilot bot review requested due to automatic review settings April 2, 2025 21:34
@cklin cklin requested a review from a team as a code owner April 2, 2025 21:34
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.

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 cklin added the no-change-note-required This PR does not need a change note label Apr 2, 2025
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.

2 participants