We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Converting:
ExternalDocumentRef:DocumentRef-hello-go-src https://swinslow.net/spdx-examples/example6/hello-go-src-v2 SHA1: b3018ddb18802a56b60ad839c98d279687b60bd6
to SPDX 3 generates:
{ "type" : "NamespaceMap", "prefix" : "DocumentRef-hello-go-src", "namespace" : "https://swinslow.net/spdx-examples/example6/hello-go-src-v2" }
The namespace should be "https://swinslow.net/spdx-examples/example6/hello-go-src-v2#" with the # appended.
"https://swinslow.net/spdx-examples/example6/hello-go-src-v2#"
#
The text was updated successfully, but these errors were encountered:
Append '#' to document namespace when converting form 2
f911d4e
Fixes #275
Successfully merging a pull request may close this issue.
Converting:
to SPDX 3 generates:
The namespace should be
"https://swinslow.net/spdx-examples/example6/hello-go-src-v2#"
with the#
appended.The text was updated successfully, but these errors were encountered: