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 for CVE-2024-0406, GHSA-rhh4-rh7c-7r5v: Bump anchore/archiver version #3536

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mamccorm
Copy link

@mamccorm mamccorm commented Nov 7, 2024

Description

Bumps dependency 'anchore/archiver' from v3.5.1 to v3.5.2, to remediate CVE-2024-0406, GHSA-rhh4-rh7c-7r5v.

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Fix for CVE-2024-0406, GHSA-rhh4-rh7c-7r5v, by upgrading 'anchore/archiver' to v3.5.2.

Migration Guide

@mamccorm mamccorm marked this pull request as ready for review November 7, 2024 22:52
Copy link
Member

@denis256 denis256 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing go.sum entry for module providing package github.com/mholt/archiver/v3

go mod tidy should fix the issues

@@ -72,7 +72,7 @@ require (
github.com/labstack/echo/v4 v4.11.4
github.com/mattn/go-isatty v0.0.20
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mholt/archiver/v3 v3.5.1
github.com/mholt/archiver/v3 v3.5.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like v3.5.2 wasn't released
https://github.com/mholt/archiver/releases

@denis256 denis256 self-assigned this Nov 8, 2024
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 this pull request may close these issues.

2 participants