Backfill fixed versions for old CVE patches - #25
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR backfills the affected[].ranges[].events[].fixed version boundaries for older patch-based Homebrew advisories, aligning the advisory metadata with the earliest formula revisions that actually contained the relevant CVE fixes (per the referenced Homebrew/brew changes).
Changes:
- Adjust
fixedversions for severalunzipCVE advisories from6.0_8to earlier6.0_*revisions. - Adjust
fixedversion fornviCVE-2015-2305 from1.81.6_6to1.81.6_3. - Adjust
fixedversions for multiplelibquicktimeadvisories from1.2.4_5to1.2.4_4, and CVE-2016-2399 to1.2.4_3.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 19 comments.
Show a summary per file
| File | Description |
|---|---|
| advisories/BREW-unzip-CVE-2019-13232.json | Backfill fixed boundary for unzip CVE-2019-13232 to an earlier revision. |
| advisories/BREW-unzip-CVE-2018-1000035.json | Backfill fixed boundary for unzip CVE-2018-1000035 to an earlier revision. |
| advisories/BREW-unzip-CVE-2016-9844.json | Backfill fixed boundary for unzip CVE-2016-9844 to an earlier revision. |
| advisories/BREW-unzip-CVE-2015-7697.json | Backfill fixed boundary for unzip CVE-2015-7697 to an earlier revision. |
| advisories/BREW-unzip-CVE-2015-7696.json | Backfill fixed boundary for unzip CVE-2015-7696 to an earlier revision. |
| advisories/BREW-unzip-CVE-2014-9913.json | Backfill fixed boundary for unzip CVE-2014-9913 to an earlier revision. |
| advisories/BREW-unzip-CVE-2014-9636.json | Backfill fixed boundary for unzip CVE-2014-9636 to an earlier revision. |
| advisories/BREW-unzip-CVE-2014-8141.json | Backfill fixed boundary for unzip CVE-2014-8141 to an earlier revision. |
| advisories/BREW-unzip-CVE-2014-8140.json | Backfill fixed boundary for unzip CVE-2014-8140 to an earlier revision. |
| advisories/BREW-unzip-CVE-2014-8139.json | Backfill fixed boundary for unzip CVE-2014-8139 to an earlier revision. |
| advisories/BREW-nvi-CVE-2015-2305.json | Backfill fixed boundary for nvi CVE-2015-2305 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2017-9128.json | Backfill fixed boundary for libquicktime CVE-2017-9128 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2017-9127.json | Backfill fixed boundary for libquicktime CVE-2017-9127 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2017-9126.json | Backfill fixed boundary for libquicktime CVE-2017-9126 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2017-9125.json | Backfill fixed boundary for libquicktime CVE-2017-9125 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2017-9124.json | Backfill fixed boundary for libquicktime CVE-2017-9124 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2017-9123.json | Backfill fixed boundary for libquicktime CVE-2017-9123 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2017-9122.json | Backfill fixed boundary for libquicktime CVE-2017-9122 to an earlier revision. |
| advisories/BREW-libquicktime-CVE-2016-2399.json | Backfill fixed boundary for libquicktime CVE-2016-2399 to an earlier revision. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
andrew
approved these changes
Jul 27, 2026
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.
Now that we have Homebrew/brew#23112, we can correct the
fixedversion for older CVEs we annotated later.I manually checked everything here by looking through
git blameand reading each commit diff.