-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve issues #9 and #10 #12
Conversation
@@ -85,7 +85,7 @@ | |||
}, | |||
{ | |||
"description": "docker uses qualifiers and hash image id as versions", | |||
"purl": "pkg:docker/customer/dockerimage@sha256:244fd47e07d1004f0aed9c?repository_url=gcr.io", | |||
"purl": "pkg:docker/customer/dockerimage@sha256%3A244fd47e07d1004f0aed9c?repository_url=gcr.io", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocked by: package-url/purl-spec#39
@@ -109,7 +109,7 @@ | |||
}, | |||
{ | |||
"description": "maven often uses qualifiers", | |||
"purl": "pkg:Maven/org.apache.xmlgraphics/[email protected]?repositorY_url=repo.spring.io/release&classifier=sources", | |||
"purl": "pkg:Maven/org.apache.xmlgraphics/[email protected]?repositorY_url=repo.spring.io%2Frelease&classifier=sources", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocked by: package-url/purl-spec#39
@@ -121,7 +121,7 @@ | |||
}, | |||
{ | |||
"description": "maven pom reference", | |||
"purl": "pkg:Maven/org.apache.xmlgraphics/[email protected]?repositorY_url=repo.spring.io/release&extension=pom", | |||
"purl": "pkg:Maven/org.apache.xmlgraphics/[email protected]?repositorY_url=repo.spring.io%2Frelease&extension=pom", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocked by: package-url/purl-spec#39
@@ -264,7 +264,31 @@ | |||
"is_invalid": false | |||
}, | |||
{ | |||
"description": "valid maven purl", | |||
"description": "slash / between version and qualifiers separator is not significant", | |||
"purl": "pkg:maven/org.apache.commons/[email protected]/?scope=test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likely invalid
toString()
as an alias for canonicalize.Note, this is using a modified
test-suite-data.json
which has not yet been merged into the spec test suite (see package-url/purl-spec#52).