chore(sca): report advisory id in CVE reachability telemetry#18188
chore(sca): report advisory id in CVE reachability telemetry#18188avara1986 wants to merge 7 commits into
Conversation
Codeowners resolved as |
|
BenchmarksBenchmark execution time: 2026-05-22 10:48:15 Comparing candidate commit 420f539 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 87 metrics, 0 unstable metrics. scenario:iastaspectsospath-ospathbasename_aspect
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1cee82786e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 2219997871909141774 took longer than expected. The current limit for the base branch 'main' is 120 minutes. |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
error while getting head build completion result DetailsError: There was an error while retrieving the result for pipeline 114466753 FullStacktrace: |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 4590351747145157401 took longer than expected. The current limit for the base branch 'main' is 120 minutes. |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 8117332190914211808 took longer than expected. The current limit for the base branch 'main' is 120 minutes. |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in Use ⏳ Processing |
Description
Switches the SCA loader to emit the top-level
idfield (the advisory id, e.g.GHSA-652x-xj99-gmcc) in reachability telemetry instead of the innervulnerability.id(the underlying CVE number, e.g.CVE-2024-35195). The wire contract requires the advisory id so consumers can dedupe across CVE mappings — multiple CVEs can map to the same advisory and vice versa.Additional Notes
changelog/no-changeloglabel instead of a Reno release note.