[GHSA-xcpc-8h2w-3j85] Re-apply fixed-version correction in details (0.5.18 -> 0.6.0) - #9034
Open
pacocartones wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
pacocartones/advisory-improvement-9034
August 9, 2026 20:44
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.
Summary
Re-applies the
detailsfixed-version correction from #8694 (merged 2026-07-17), which was reverted when this advisory was promoted from unreviewed to github-reviewed on the same day.What was lost
#8694 corrected
detailsfrom "adm-zip before 0.5.18" to "adm-zip before 0.6.0", matching the fixed version. When the advisory was promoted to github-reviewed on 2026-07-17 (updatingadvisories/github-reviewed/2026/07/GHSA-xcpc-8h2w-3j85/GHSA-xcpc-8h2w-3j85.json), the correctedaffectedrange (fixed: 0.6.0) was kept, butdetailsreverted to "before 0.5.18".As a result, the advisory on main is currently internally inconsistent:
affected[].ranges[].events[].fixedsays0.6.0, whiledetailssays "before 0.5.18".Change
One line in
details: "before 0.5.18" -> "before 0.6.0", identical to the text already reviewed and merged in #8694. No other fields are touched.