feat: report the perl interpreter as a cpan package - #5132
Draft
wagoodman wants to merge 1 commit into
Draft
Conversation
wagoodman
force-pushed
the
add-perl-capabilities/perl-interpreter-purl
branch
4 times, most recently
from
August 3, 2026 20:26
404e37b to
4fba02d
Compare
wagoodman
force-pushed
the
add-perl-capabilities/perl-interpreter-purl
branch
from
August 4, 2026 15:02
4fba02d to
6110c0b
Compare
The `perl-binary` classifier now emits `pkg:cpan/perl@<version>` instead of `pkg:generic/perl@<version>`. `perl` is itself a CPAN distribution and carries advisories under that name, so typing it as `generic` left every one of them unreachable. This changes an existing purl. Anything keyed on `pkg:generic/perl` (allowlists, policy, SBOM diffs) needs updating. Builds on the cpan cataloging branch, which adds the package type this uses. Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
wagoodman
force-pushed
the
add-perl-capabilities/perl-interpreter-purl
branch
from
August 4, 2026 15:31
6110c0b to
29d4816
Compare
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.
The
perl-binaryclassifier now emitspkg:cpan/perl@<version>instead ofpkg:generic/perl@<version>.perlis itself a CPAN distribution and carries advisories under that name, so typing it asgenericleft every one of them unreachable.This changes an existing purl. Anything keyed on
pkg:generic/perl(allowlists, policy, SBOM diffs) needs updating.Builds on the cpan cataloging branch, which adds the package type this uses.