purl-spec icon indicating copy to clipboard operation
purl-spec copied to clipboard

A minimal specification for purl aka. a package "mostly universal" URL, join the discussion at https://gitter.im/package-url/Lobby

Results 162 purl-spec issues
Sort by recently updated
recently updated
newest added

(close that PR, if it is not in the projects interest)

* some whitespace changes * replace some templates with actually valid purls * clarify swift requirements

## 📝 Description This adds a language qualifier to the purls for package managers where the packages can be written in multiple different source codes in order to allow for...

This PR proposes adding an optional `os` qualifier to the `oci` type. We currently have `arch` but we also need `os` to complete the platform information for container images. Signed-off-by:...

I think it is not clear from the text in the README and the examples whether a `/` in the namespace needs to be escaped. This adds an example from...

I am confused reading the spec for purl in relation to golang sub-modules. For example, looking at the submodule expressed in this `go.mod` file: https://github.com/go-modules-by-example/submodules/blob/master/a/go.mod, released by the `a/v1.0.0` tag:...

PURL type definition

Signed-off-by: Morten Linderud Reviewed-by: Allan McRae Reviewed-by: Santiago Torres-Arias Reviewed-by: Sebastian Crane

Reviewed-by: Ariadne Conill Signed-off-by: Morten Linderud

This PR updates the README to add links to [packageurl-ruby](https://github.com/package-url/packageurl-ruby) and [packageurl-swift](https://github.com/package-url/packageurl-swift).