feat: use better archives library#4339
Closed
frezbo wants to merge 1 commit intoanchore:mainfrom
Closed
Conversation
Use better archives library over the forked `anchore/archiver` library based on `mholt/archiver` and was not maintained properly. Also projects importing `syft` gets a `govulncheck` warning about: ```text 0.069 excludeVulns = [] 0.069 Passing args: ./... 31.92 - GO-2025-4020 (aka CVE-2025-11579, GHSA-rwvp-r38j-9rgg) 31.92 31.92 DoS risk due to unrestricted RAR dictionary sizes in github.com/nwaples/rardecode ``` Signed-off-by: Noel Georgi <git@frezbo.dev>
08dd440 to
86f29ad
Compare
Contributor
Author
awesome, yes #4029 will work since it drops archiver (I don't see go.mod updated in that PR to import archives though) I can close this if that's going to be merged |
Contributor
|
Since #4029 is close to merging, I'm going to close this PR but thank you very much for the contribution! |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use better archives library over the forked
anchore/archiverlibrary based onmholt/archiverand was not maintained properly.Also projects importing
syftgets agovulncheckwarning about:Description
Please include a summary of the changes along with any relevant motivation and context,
or link to an issue where this is explained.
Type of change
This also fixes this dreaded govulncheck on main:
This was coded with help from AI and prompting it to do better and some elbow grease