Skip to content

Commit fa995ce

Browse files
bomly-guyclaude
andcommitted
docs(grype): link the OS-package distro gap to its issue
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent e9d63e1 commit fa995ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/matchers/grype/builtin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ func graphPkgToGrypePkg(p *sdk.Package) grypepkg.Package {
122122
//
123123
// apk, dpkg, and rpm are typed here but currently reach Grype without a distro
124124
// (graphPkgToGrypePkg sets no Distro, and FindMatches gets an empty package
125-
// Context), and Grype's OS matchers are distro-namespace driven. They are
126-
// listed because the mapping exists; matching them needs the distro plumbed
127-
// through first.
125+
// Context), and Grype's OS matchers are distro-namespace driven, so they match
126+
// nothing today — see issue #316. They are listed because the mapping exists;
127+
// the declaration becomes accurate once the distro is plumbed through.
128128
var supportedEcosystems = []sdk.Ecosystem{
129129
sdk.EcosystemNPM,
130130
sdk.EcosystemMaven,

0 commit comments

Comments
 (0)