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

Commits on Jul 6, 2021

  1. Fix x/crypto vulnerability

    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 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4ab1dfc View commit details
    Browse the repository at this point in the history