You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is probably somewhere in github.com/package-url/packageurl-go@v0.1.1-0.20220428063043-89078438f170/packageurl.go
When a Spdx doc contains a package with an external ref that has a locator of literally "pkg:type/namespace/name@version?qualifiers#subpath" , the program will crash.
hmm... there isn't github.com/package-url/packageurl-go in use in this package, so it looks like we have no control over that code that does the panic..
However, we do have control over validation of the PURLs though, which should be done as part of #194
If this is the case, i think we can close this issue with that mention towards #194
This bug is probably somewhere in github.com/package-url/packageurl-go@v0.1.1-0.20220428063043-89078438f170/packageurl.go
When a Spdx doc contains a package with an external ref that has a locator of literally "pkg:type/namespace/name@version?qualifiers#subpath" , the program will crash.
input:
output:
The text was updated successfully, but these errors were encountered: