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

Fix vulnerable dependencies in core, api/, and sdk/ #183

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

cipherboy
Copy link
Member

This uses govulncheck to fix all vulnerabilities in all dependent modules, which requires us to update to Go 1.22.1 to fix vulnerabilities in net/http and crypto/x509 among others.

We introduce a new, informational CI pipeline stage to warn us about issues in the future.

Resolves: #87

@cipherboy cipherboy force-pushed the fix-vulnerabilities branch 2 times, most recently from 5ac1032 to 305c0d2 Compare March 7, 2024 09:45
This uses govulncheck to fix all vulnerabilities in all dependent
modules, which requires us to update to Go 1.22.1 to fix vulnerabilities
in net/http and crypto/x509 among others.

We introduce a new, informational CI pipeline stage to warn us about
issues in the future.

Resolves: openbao#87

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
@cipherboy
Copy link
Member Author

@naphelps The last job passed but I realized it had a copy/paste error ("Check deprecation" as the step description), so I rebased it locally & updated. Sorry!

@naphelps naphelps self-requested a review March 7, 2024 15:11
@naphelps naphelps merged commit f32dff8 into openbao:main Mar 7, 2024
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fork - Review dependencies for CVEs, update
2 participants