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

Upgrade golang.org/x/crypto to v0.31.0 #603

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

TMathers-rula
Copy link
Contributor

@TMathers-rula TMathers-rula commented Dec 18, 2024

Description:
This PR updates golang.org/x/crypto to the latest version (v0.31.0) to mitigate the security vulnerability identified as CVE-2024-45337.

Summary of Changes:
Updated go.mod to require golang.org/x/[email protected].
Ran go mod tidy to clean up dependencies.
Why This Change Is Important:
The previously used version of golang.org/x/crypto was affected by CVE-2024-45337. Upgrading to v0.31.0 resolves this issue and ensures the library remains secure and up-to-date.

Impact:
No breaking changes are expected as v0.31.0 is backward-compatible with prior versions.
Improves the security posture of the project by addressing a critical vulnerability.

References:
CVE-2024-45337: https://nvd.nist.gov/vuln/detail/CVE-2024-45337
Golang changelog for x/crypto: https://pkg.go.dev/golang.org/x/crypto
Please let me know if you have any feedback or require additional changes. Thank you for reviewing this PR!

@amacneil
Copy link
Owner

thanks!

@amacneil amacneil merged commit 0abc77b into amacneil:main Dec 19, 2024
10 checks passed
@amacneil amacneil mentioned this pull request Dec 19, 2024
amacneil added a commit that referenced this pull request Dec 19, 2024
Patch release to fix CVE in `golang.org/x/crypto` 

- #603
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.

2 participants