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 x/crypto vulnerability #540

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Fix x/crypto vulnerability #540

merged 1 commit into from
Jul 7, 2021

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Jul 6, 2021

Fix vulnerability that was detected by artifacthub scan

https://pkg.go.dev/golang.org/x/crypto@v0.0.0-20210616213533-5ff15b29337e?tab=versions is the latest at the moment of this change

Change was performed with

go mod edit -replace golang.org/x/crypto=golang.org/x/crypto@v0.0.0-20210616213533-5ff15b29337e

Resolves #539

Signed-off-by: Yury Tsarev yury.tsarev@absa.africa

Fix vulnerability that was detected by artifacthub scan

https://pkg.go.dev/golang.org/x/crypto@v0.0.0-20210616213533-5ff15b29337e?tab=versions is the latest at the moment of this change

Change was performed with

```
go mod edit -replace golang.org/x/crypto=golang.org/x/crypto@v0.0.0-20210616213533-5ff15b29337e
```

Resolves #539

Signed-off-by: Yury Tsarev <yury.tsarev@absa.africa>
Copy link
Collaborator

@kuritka kuritka left a comment

Choose a reason for hiding this comment

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

lgtm!

@ytsarev ytsarev merged commit c328cfb into master Jul 7, 2021
@ytsarev ytsarev deleted the mod-tidy branch July 7, 2021 07:43
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.

Fix security vulnerability in golang.org/x/crypto
2 participants