Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Homebrew
/
brew
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
11.3k
Star
49.2k
Code
Issues
0
Pull requests
4
Actions
Security and quality
8
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
vulns: add advisory matcher and dev-cmd/advisory-match
- #23329
#23329
Merged
andrew
merged 30 commits into
Homebrew:main
Homebrew/brew:main
from
andrew:vulns-identify
andrew/brew:vulns-identify
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
vulns: add advisory matcher and dev-cmd/advisory-match
#23329
andrew
merged 30 commits into
Homebrew:main
Homebrew/brew:main
from
andrew:vulns-identify
andrew/brew:vulns-identify
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
vulns: extract Identify from Scanner
Show description for 7f40278
andrew
committed
7f40278
View commit details
Copy full SHA for 7f40278
Browse repository at this point
vulns: add Purl builder and Identify.registry_package
Show description for 3dfee79
andrew
committed
3dfee79
View commit details
Copy full SHA for 3dfee79
Browse repository at this point
vulns: extend Identify::FORGES with OSV-indexed GitLab hosts
Show description for 093fd5f
andrew
committed
093fd5f
View commit details
Copy full SHA for 093fd5f
Browse repository at this point
vulns: add CPANSec loader for cpan-security-advisory.json
Show description for e650a47
andrew
committed
e650a47
View commit details
Copy full SHA for e650a47
Browse repository at this point
vulns: extract CachedFeed base class from CPANSec
Show description for 8eab7af
andrew
committed
8eab7af
View commit details
Copy full SHA for 8eab7af
Browse repository at this point
vulns: add Repology reader for advisory-database's distro index
Show description for 0420992
andrew
committed
0420992
View commit details
Copy full SHA for 0420992
Browse repository at this point
vulns/repology: delegate fetch_project to shared ::Repology client
Show description for 5441227
andrew
committed
5441227
View commit details
Copy full SHA for 5441227
Browse repository at this point
vulns/osv: generalise query_batch to arbitrary ecosystems
Show description for e3a6164
andrew
committed
e3a6164
View commit details
Copy full SHA for e3a6164
Browse repository at this point
vulns: add Match with identify and advisories_for
Show description for 6dff421
andrew
committed
6dff421
View commit details
Copy full SHA for 6dff421
Browse repository at this point
vulns/match: add to_brew_record and first_fixed_version
Show description for 7edb93f
andrew
committed
7edb93f
View commit details
Copy full SHA for 7edb93f
Browse repository at this point
vulns/vulnerability: include OSV upstream field in identifiers
Show description for 2e00163
andrew
committed
2e00163
View commit details
Copy full SHA for 2e00163
Browse repository at this point
dev-cmd/advisory-match: wire Vulns::Match to a CLI
Show description for a03c814
andrew
committed
a03c814
View commit details
Copy full SHA for a03c814
Browse repository at this point
Address style and Copilot review
Show description for e2c5553
andrew
committed
e2c5553
View commit details
Copy full SHA for e2c5553
Browse repository at this point
vulns: raise spec files to typed: true
Show description for 6525bc1
andrew
committed
6525bc1
View commit details
Copy full SHA for 6525bc1
Browse repository at this point
vulns: add per-package range evaluation
Show description for d7e7161
andrew
committed
d7e7161
View commit details
Copy full SHA for d7e7161
Browse repository at this point
vulns/match: query versionlessly and evaluate ranges per evidence
Show description for f5b8b6a
andrew
committed
f5b8b6a
View commit details
Copy full SHA for f5b8b6a
Browse repository at this point
vulns/match: batch OSV queries across formulae and stream output
Show description for ac85818
andrew
committed
ac85818
View commit details
Copy full SHA for ac85818
Browse repository at this point
vulns: raise let-free spec files to typed: strict
Show description for 269b3ae
andrew
committed
269b3ae
View commit details
Copy full SHA for 269b3ae
Browse repository at this point
vulns: three-state range status over the union of matching entries
Show description for 8aa628f
andrew
committed
8aa628f
View commit details
Copy full SHA for 8aa628f
Browse repository at this point
vulns/match: transitive upstream, CPANSA-only hits, threaded prefetch
Show description for 3f0f00f
andrew
committed
3f0f00f
View commit details
Copy full SHA for 3f0f00f
Browse repository at this point
dev-cmd/advisory-match: leave source: generated records untouched
Show description for a67b535
andrew
committed
a67b535
View commit details
Copy full SHA for a67b535
Browse repository at this point
vulns/match: tighten range-state edge cases
Show description for 35a9239
andrew
committed
35a9239
View commit details
Copy full SHA for 35a9239
Browse repository at this point
vulns/match: keep per-evidence source records and aggregate subjects
Show description for 9cb74dc
andrew
committed
9cb74dc
View commit details
Copy full SHA for 9cb74dc
Browse repository at this point
vulns/match: aggregate every subject per historical revision
Show description for 4206491
andrew
committed
4206491
View commit details
Copy full SHA for 4206491
Browse repository at this point
vulns/match: keep versionless evidence uncheckable in the history walk
Show description for 1ac19d2
andrew
committed
1ac19d2
View commit details
Copy full SHA for 1ac19d2
Browse repository at this point
vulns/match: return :never_affected when Homebrew skipped the interval
Show description for 2c1daef
andrew
committed
2c1daef
View commit details
Copy full SHA for 2c1daef
Browse repository at this point
vulns: lowercase github.com paths and accept sibling-formula Repology projects
Show description for 4f439a9
andrew
committed
4f439a9
View commit details
Copy full SHA for 4f439a9
Browse repository at this point
Merge branch 'main' into vulns-identify
andrew
authored
119bb74
View commit details
Copy full SHA for 119bb74
Browse repository at this point
dev-cmd/advisory-match: explicit require "fileutils"
andrew
committed
966b021
View commit details
Copy full SHA for 966b021
Browse repository at this point
Merge branch 'main' into vulns-identify
andrew
authored
bd990a5
View commit details
Copy full SHA for bd990a5
Browse repository at this point
You can’t perform that action at this time.