Regenerate via brew generate-vulns-advisories#2
Merged
Conversation
Homebrew/brew#23106 adds the exporter as a built-in dev-cmd, so drop the gem install and call brew directly. HOMEBREW_DEVELOPER is set explicitly to suppress the auto-enable warning in logs.
This was referenced Jul 14, 2026
Merged
brew generate-vulns-advisories preserves published/ranges from existing records and never deletes (Homebrew/brew#23112), so wiping first would throw away the persisted fixed boundaries and any curated records.
33 tasks
andrew
marked this pull request as ready for review
July 14, 2026 20:58
p-linnane
approved these changes
Jul 14, 2026
andrew
added a commit
that referenced
this pull request
Jul 14, 2026
Regenerate via brew generate-vulns-advisories (re-land #2)
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.
Switch the daily regenerate from
gem install brew-vulns+brew-vulns --osv-exportto the built-inbrew generate-vulns-advisories(Homebrew/brew#23106, merged), so this repo no longer depends on the deprecated Homebrew/homebrew-brew-vulns tap.The
rm -f advisories/*.jsonstep is dropped: as of Homebrew/brew#23112 the generator merges into existing records (preservingpublishedandaffected[].ranges, skipping unchanged files) rather than blind-writing, so records persist onmainafter their source annotation leaves core and hand-correctedfixedboundaries survive. Wiping first would defeat that and would also delete any curated records.The first run after merge will rewrite every existing record once to add
published,database_specific: {source: "generated"}and a trailing newline; subsequent runs only touch files whose content actually changed.Stacked on #1.
setup-homebrew@maintracks brewmain, so this is usable as soon as Homebrew/brew#23112 is onmain(in the merge queue at time of writing).