Regenerate advisories#8
Merged
Merged
Conversation
p-linnane
approved these changes
Jul 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Regenerates a set of Homebrew-generated vulnerability advisories using the updated brew generate-vulns-advisories behavior, aligning records with the expected generated metadata and (for new records) FormulaVersions-derived fixed versions.
Changes:
- Add
publishedtimestamps and updatemodifiedtimestamps across regenerated advisories. - Add
database_specific: { "source": "generated" }to regenerated advisories. - Add 7 new advisories (1
nviCVE and 6libquicktimeCVEs), and refresh reference/severity metadata for severalglibcandlibquicktimeadvisories.
Reviewed changes
Copilot reviewed 33 out of 33 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| advisories/BREW-zip-CVE-2018-13410.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2022-0530.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2022-0529.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2019-13232.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2018-1000035.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2016-9844.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2015-7697.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2015-7696.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2014-9913.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2014-9636.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2014-8141.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2014-8140.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-unzip-CVE-2014-8139.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-nvi-CVE-2015-2305.json | New generated advisory for nvi with patch-based fix metadata. |
| advisories/BREW-lrzsz-CVE-2018-10195.json | Add published and database_specific.source, refresh modified. |
| advisories/BREW-libquicktime-CVE-2017-9128.json | New generated advisory for libquicktime CVE with patch backport metadata. |
| advisories/BREW-libquicktime-CVE-2017-9127.json | New generated advisory for libquicktime CVE with patch backport metadata. |
| advisories/BREW-libquicktime-CVE-2017-9126.json | New generated advisory for libquicktime CVE with patch backport metadata. |
| advisories/BREW-libquicktime-CVE-2017-9125.json | New generated advisory for libquicktime CVE with patch backport metadata. |
| advisories/BREW-libquicktime-CVE-2017-9124.json | New generated advisory for libquicktime CVE with patch backport metadata. |
| advisories/BREW-libquicktime-CVE-2017-9123.json | New generated advisory for libquicktime CVE with patch backport metadata. |
| advisories/BREW-libquicktime-CVE-2017-9122.json | Add published / database_specific.source and patch metadata normalization. |
| advisories/BREW-libquicktime-CVE-2016-2399.json | Add published / database_specific.source and patch metadata normalization. |
| advisories/BREW-glibc-CVE-2026-0915.json | Add published / database_specific.source, plus summary/reference metadata updates. |
| advisories/BREW-glibc-CVE-2026-0861.json | Add published / database_specific.source, plus references and patch metadata updates. |
| advisories/BREW-glibc-CVE-2025-8058.json | Add published / database_specific.source, plus CVSS and references updates. |
| advisories/BREW-glibc-CVE-2025-5702.json | Add published / database_specific.source and patch metadata normalization. |
| advisories/BREW-glibc-CVE-2025-15281.json | Add published / database_specific.source, plus summary/reference metadata updates. |
| advisories/BREW-glibc-CVE-2025-0395.json | Add published / database_specific.source, plus reference set adjustments. |
| advisories/BREW-glibc-CVE-2024-33601.json | Add published / database_specific.source, plus summary/reference metadata updates. |
| advisories/BREW-glibc-CVE-2024-33600.json | Add published / database_specific.source, plus summary/reference metadata updates. |
| advisories/BREW-glibc-CVE-2024-33599.json | Add published / database_specific.source, plus summary/reference metadata updates. |
| advisories/BREW-glibc-CVE-2024-2961.json | Add published / database_specific.source, plus reference set adjustments. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
First run of
brew generate-vulns-advisoriesunder Homebrew 6.0.11 with the merge-not-wipe behaviour (Homebrew/brew#23112) andFormulaVersions-derivedfixedfor new records (Homebrew/brew#23115).26 existing records rewritten with
published,database_specific: {source: "generated"}and a trailing newline; 7 new records (nvi+ 6libquicktimeCVEs).The workflow pushed this branch but could not open the PR itself because "Allow GitHub Actions to create and approve pull requests" is disabled in repo Actions settings; opening manually. Once that's enabled the daily run will open these on its own.