File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A SPDX document with the Lite profile must include properties for each class lis
24
24
| 4 | /Core/SpdxDocument/creationInfo | 1..1 | |
25
25
| 5 | /Core/SpdxDocument/verifiedUsing | 0..1 | This should be an object of /Core/Hash |
26
26
| 6 | /Core/SpdxDocument/element | 1..* | MUST have at least one element |
27
- | 7 | /Core/SpdxDocument/rootElement | 0.. * | |
27
+ | 7 | /Core/SpdxDocument/rootElement | 1..1 | This should be an object of /Core/Sbom |
28
28
| 8 | /Core/SpdxDocument/namespaceMap | 0..* | |
29
29
| 9 | /Core/SpdxDocument/dataLicense | 0..1 | |
30
30
@@ -42,7 +42,8 @@ A SPDX document with the Lite profile must include properties for each class lis
42
42
| 1 | /Software/Sbom/spdxId | 1..1 | |
43
43
| 2 | /Software/Sbom/creationInfo | 1..1 | |
44
44
| 3 | /Software/Sbom/element | 1..* | MUST have at least one element |
45
- | 4 | /Software/Sbom/sbomType | 0..1 | |
45
+ | 4 | /Software/Sbom/rootElement | 1..1 | This should be an object of /Software/Package |
46
+ | 5 | /Software/Sbom/sbomType | 0..1 | |
46
47
47
48
4 . For a /Core/CreationInfo to be conformant with this profile, the following has to hold:
48
49
You can’t perform that action at this time.
0 commit comments