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

[feature] update mholt/archiver to v4 #342

Open
zackbradys opened this issue Oct 2, 2024 · 1 comment
Open

[feature] update mholt/archiver to v4 #342

zackbradys opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request size/M Denotes an issue/PR requiring a relatively moderate amount of work

Comments

@zackbradys
Copy link
Member

Additional Context:

  • update mholt/archiver to v4
  • current version is v3.5.1 and has CVE-2024-0406
@zackbradys zackbradys added the enhancement New feature or request label Oct 2, 2024
@github-project-automation github-project-automation bot moved this to Pending Review in Hauler Oct 2, 2024
@zackbradys zackbradys added size/M Denotes an issue/PR requiring a relatively moderate amount of work dependencies Pull requests that update a dependency file labels Oct 2, 2024
@zackbradys zackbradys changed the title [feature] updated mholt/archiver to v4 [feature] update mholt/archiver to v4 Oct 3, 2024
@zackbradys
Copy link
Member Author

when updating go.mod to github.com/mholt/archiver/v4 v4.0.0-alpha.8...

zackbradys@Zacks-MacBook-Pro hauler % make install
rm -rf cmd/hauler/binaries
mkdir -p cmd/hauler/binaries
touch cmd/hauler/binaries/file
go mod tidy
go mod download
CGO_ENABLED=0 go install ./cmd/...
# hauler.dev/go/hauler/cmd/hauler/cli/store
cmd/hauler/cli/store/load.go:39:21: undefined: archiver.Unarchive
cmd/hauler/cli/store/save.go:32:16: undefined: archiver.NewTarZstd
make: *** [install] Error 1

@zackbradys zackbradys moved this from Pending Review to Work In Progress in Hauler Nov 1, 2024
@zackbradys zackbradys self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request size/M Denotes an issue/PR requiring a relatively moderate amount of work
Projects
Status: In Progress
Development

No branches or pull requests

1 participant