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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Generate an SPDX tag value report
Search for "DESCRIBES" anywhere in the resulting document and notice that it does not exist.
Error in terminal
According to the SPDX Spec, SPDX requires at least one relationship and that relationship is SBOM to artifact, implemented by using the "DESCRIBES" relationship when more than one package or set of files is present:
An SPDX document WildFly.spdx describes package ‘WildFly’. Note this is a logical relationship to help organize related items within an SPDX document that is mandatory if more than one package or set of files (not in a package) is present.
Expected behavior
There should be a "DESCRIBES" relationship between the SPDXRef-DOCUMENT and the SPDXRef-ContainerImage in the tag value document. The SPDX JSON document contains this relationship.
The text was updated successfully, but these errors were encountered:
rnjudge
added a commit
to rnjudge/tern
that referenced
this issue
Nov 8, 2021
The SPDX spec requires at least one DESCRIBES SBOM to artifact
relationship in cases where "more than one package or set of
files (not in a package) is present". This commit adds the describes
relationship that was missing in the spdxtagvalue report.
Resolvestern-tools#1079
Signed-off-by: Rose Judge <[email protected]>
The SPDX spec requires at least one DESCRIBES SBOM to artifact
relationship in cases where "more than one package or set of
files (not in a package) is present". This commit adds the describes
relationship that was missing in the spdxtagvalue report.
Resolves#1079
Signed-off-by: Rose Judge <[email protected]>
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Error in terminal
According to the SPDX Spec, SPDX requires at least one relationship and that relationship is SBOM to artifact, implemented by using the "DESCRIBES" relationship when more than one package or set of files is present:
An SPDX document WildFly.spdx describes package ‘WildFly’. Note this is a logical relationship to help organize related items within an SPDX document that is mandatory if more than one package or set of files (not in a package) is present.
Expected behavior
There should be a "DESCRIBES" relationship between the SPDXRef-DOCUMENT and the SPDXRef-ContainerImage in the tag value document. The SPDX JSON document contains this relationship.
The text was updated successfully, but these errors were encountered: