-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[NET-8601] security: upgrade vault/api to remove go-jose.v2 #20910
Conversation
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.
🚀
fe7007c
to
2c4dd07
Compare
2c4dd07
to
923374a
Compare
This dependency has an open vulnerability (GO-2024-2631), and is no longer needed by the latest `vault/api`. This is a follow-up to the upgrade of `go-jose/v3` in this repository to make all our dependencies consolidate on v3. Also remove the recently added security scan triage block for GO-2024-2631, which was added due to incorrect reports that `go-jose/v3@3.0.3` was impacted; in reality, is was this indirect client dependency (not impacted by CVE) that the scanner was flagging. A bug report has been filed to address the incorrect reporting.
923374a
to
1c8e398
Compare
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.
Thanks for your great work! LGTM 👍
@zalimeni, a backport is missing for this PR [20910] for versions [1.15,1.16,1.17] please perform the backport manually and add the following snippet to your backport PR description:
|
1 similar comment
@zalimeni, a backport is missing for this PR [20910] for versions [1.15,1.16,1.17] please perform the backport manually and add the following snippet to your backport PR description:
|
@zalimeni, a backport is missing for this PR [20910] for versions [1.15,1.16,1.17] please perform the backport manually and add the following snippet to your backport PR description:
|
2 similar comments
@zalimeni, a backport is missing for this PR [20910] for versions [1.15,1.16,1.17] please perform the backport manually and add the following snippet to your backport PR description:
|
@zalimeni, a backport is missing for this PR [20910] for versions [1.15,1.16,1.17] please perform the backport manually and add the following snippet to your backport PR description:
|
@zalimeni, a backport is missing for this PR [20910] for versions [1.15,1.16,1.17] please perform the backport manually and add the following snippet to your backport PR description:
|
This dependency has an open vulnerability (GO-2024-2631 AKA CVE-2024-28180), and is no longer needed by the latest
vault/api
. This is a follow-up to the upgrade ofgo-jose/v3
in this repository to make all our dependencies consolidate on v3.Also remove the recently added security scan triage block for GO-2024-2631, which was added due to incorrect reports that
go-jose/v3@3.0.3
was impacted; in reality, is was this indirect client dependency (not impacted by CVE) that the scanner was flagging. A bug report has been filed to address the incorrect reporting.This PR will fail some backports due to
go.mod
/go.sum
conflicts, but opening w/ labels to ensure we don't forget. I'll fix up the backports that fail.Description
vault/api
to latesttriage
block forgo-jose
from scanner configTesting & Reproduction steps
CI including Security Scan continue to pass.
Links
Follow-up to #20901
PR Checklist