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: Start running telemetry queries on Code Scanning #7417
base: main
Are you sure you want to change the base?
Conversation
Use the support for summary metrics with messages that'll be in the next version of the CodeQL CLI.
Not caused by this PR, but it seems worth fixing what looks like a copy/paste error to avoid the following confusion (taken from the example in the PR description).
| Supported sinks in external libraries | (574 results) |
| Supported sinks in external libraries | (22 results) |
| @@ -1,9 +1,9 @@ | |||
| /** | |||
| * @name Supported sinks in external libraries | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @name Supported sinks in external libraries | |
| * @name Supported flow steps in external libraries |
| @@ -1,9 +1,9 @@ | |||
| /** | |||
| * @name Supported sinks in external libraries | |||
| * @description A list of 3rd party APIs detected as sinks. Excludes test and generated code. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @description A list of 3rd party APIs detected as sinks. Excludes test and generated code. | |
| * @description A list of 3rd party APIs detected as flow steps. Excludes test and generated code. |
|
Thanks for fixing up the tags (I had a draft PR but never merged it, sorry) @henrymercer - a more general question: Do we run all |
This PR incorporates the telemetry queries for Java into the summary metrics framework. Specifically we use the support for summary metrics with messages that'll be added in the next version of the CodeQL CLI.
This has a few effects:
Example metrics summary table additions
/cc @bmuskalla @turbo @yo-h
The text was updated successfully, but these errors were encountered: