Y
Hacker News
new
|
ask
|
show
|
jobs
by
Joker_vD
380 days ago
What's the guidance when URI paths include a slash?
pkg:github.com%2Ffoobar/go-whatnot
1 comments
pombreda
380 days ago
This is not a valid PURL as it is missing a type, assuming you wanted golang here.
It could be instead:
pkg:golang/github.com%2Ffoobar%2Fgo-whatnot
link
It could be instead: