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

CVE-2024-3727 GO-2024-2842: bump github.com/containers/image/v5 v5.30.2 #288

Merged

Commits on Oct 21, 2024

  1. CVE-2024-3727 GO-2024-2842: bump github.com/containers/image/v5 v5.30.2

    Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
    weshayutin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    81ce588 View commit details
    Browse the repository at this point in the history
  2. Fix storage import vet failure.

    ❯ go get github.com/containers/storage@v1.53.0
    go: warning: github.com/moby/sys/user@v0.2.0: retracted by module author: Package github.com/moby/sys/user/userns was included in this module, but should've been a separate module; see moby/sys#140 (comment).
    go: to switch to the latest unretracted version, run:
            go get github.com/moby/sys/user@latest
    go: downgraded github.com/containers/storage v1.55.0 => v1.53.0
    
    ~/git/openshift-velero-plugin remotes/weshayutin/konveyor_dev_CVE-2024-3727*
    ❯ go mod tidy
    
    ~/git/openshift-velero-plugin remotes/weshayutin/konveyor_dev_CVE-2024-3727*
    ❯ go vet ./...
    
    Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
    kaovilai committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6d16efc View commit details
    Browse the repository at this point in the history