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 security vulnerability in golang.org/x/crypto #539

Closed
ytsarev opened this issue Jul 6, 2021 · 0 comments · Fixed by #540
Closed

Fix security vulnerability in golang.org/x/crypto #539

ytsarev opened this issue Jul 6, 2021 · 0 comments · Fixed by #540

Comments

@ytsarev
Copy link
Member

ytsarev commented Jul 6, 2021

Fix security vulnerability in golang.org/x/crypto transitive dependency in manager
https://artifacthub.io/packages/helm/k8gb/k8gb?modal=security-report

image

ytsarev added a commit that referenced this issue 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

Resolves #539

Signed-off-by: Yury Tsarev <yury.tsarev@absa.africa>
ytsarev added a commit that referenced this issue 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>
ytsarev added a commit that referenced this issue Jul 7, 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>
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 a pull request may close this issue.

1 participant