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
Applying the SHACL validation against an SPDX serialization with external elements will fail.
One possible work-around is to ignore any errors where the Value node is an external element.
See spdx/spdx-3-model#956 for details on the issue.
The text was updated successfully, but these errors were encountered:
Now that I read the README, it looks like this should be taken care of already in this library.
Below is a file with external elements that should be ignored. Let me know if there is an error in the SPDX file itself:
example3-bin.json
Sorry, something went wrong.
Should we also ignore validation errors for SPDX defined external elements (e.g. listed licenses)?
I'll clone this repo and see if I can find a solution.
Found the issue: incorrect subject name in imports - closing this issue
No branches or pull requests
Applying the SHACL validation against an SPDX serialization with external elements will fail.
One possible work-around is to ignore any errors where the Value node is an external element.
See spdx/spdx-3-model#956 for details on the issue.
The text was updated successfully, but these errors were encountered: