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
External document references include a SHA1:[value]. Currently, the tag/value parser expects a space after the colon and before the value.
SHA1:[value]
Per the spec, this space is not required.
Note that the regex pattern that needs to change is here:
spdx-java-tagvalue-store/src/main/java/org/spdx/tag/BuildDocument.java
Line 177 in 3f735fe
The text was updated successfully, but these errors were encountered:
This is related to the issue swinslow/cmake-spdx#8
Sorry, something went wrong.
Resolve issue #11 - allow no spaces in exteral doc ref
283377a
Signed-off-by: Gary O'Neall <[email protected]>
Merge pull request #13 from spdx/issue11
4703f7c
Resolved with PR #15
No branches or pull requests
External document references include a
SHA1:[value]
. Currently, the tag/value parser expects a space after the colon and before the value.Per the spec, this space is not required.
Note that the regex pattern that needs to change is here:
spdx-java-tagvalue-store/src/main/java/org/spdx/tag/BuildDocument.java
Line 177 in 3f735fe
The text was updated successfully, but these errors were encountered: