You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Fix security vulnerability in
golang.org/x/crypto
transitive dependency inmanager
https://artifacthub.io/packages/helm/k8gb/k8gb?modal=security-report
The text was updated successfully, but these errors were encountered: