Skip to content

Conversation

@rebornplusplus
Copy link
Contributor

This PR bumps the version of golang.org/x/crypto to v0.21.0.

Changes reflect the following operation:

go get -u golang.org/x/crypto

Resolves #126

@rebornplusplus rebornplusplus marked this pull request as ready for review April 3, 2024 07:13
@rebornplusplus rebornplusplus requested a review from letFunny April 3, 2024 07:14
@cjdcordeiro cjdcordeiro requested a review from niemeyer April 3, 2024 07:34
@cjdcordeiro cjdcordeiro added the Simple Nice for a quick look on a minute or two label Apr 3, 2024
@rebornplusplus rebornplusplus requested a review from letFunny April 3, 2024 09:05
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/term v0.12.0
golang.org/x/crypto v0.21.0
golang.org/x/term v0.18.0
Copy link

@dolmen dolmen Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgrade of golang.org/x/term is out of scope of this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

golang.org/x/term is required for golang.org/x/crypto actually: https://cs.opensource.google/go/x/crypto/+/master:go.mod.

module golang.org/x/crypto

go 1.18

require (
	golang.org/x/net v0.21.0 // tagx:ignore
	golang.org/x/sys v0.19.0
	golang.org/x/term v0.19.0
)

require golang.org/x/text v0.14.0 // indirect

Copy link
Contributor

@niemeyer niemeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Rafid.

@niemeyer niemeyer merged commit 91e9dbf into canonical:main Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Simple Nice for a quick look on a minute or two

Projects

None yet

Development

Successfully merging this pull request may close these issues.

security: Upgrade golang.org/x/crypto to remediate CVEs

5 participants