Documentation
¶
Overview ¶
Package purl parses Package URL (PURL) strings into the subset the Dependency Firewall check command supports: npm, pypi, maven, and gem. It wraps github.com/package-url/packageurl-go and normalises each PURL type's name to its registry form.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TypeNpm = packageurl.TypeNPM TypePypi = packageurl.TypePyPi TypeMaven = packageurl.TypeMaven TypeGem = packageurl.TypeGem )
Supported PURL type identifiers. Values match the package-url spec. Declared as var to match the upstream library, which exposes these as mutable package-level variables rather than untyped constants.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.