File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ importlib_metadata>=3.6; python_version < "3.10"
99importlib_resources ; python_version < "3.9"
1010jinja2 >= 2.11.3
1111jsonschema >= 3.0.2
12- lib4sbom >= 0.8.7
12+ lib4sbom >= 0.9.0
1313lib4vex >= 0.2.0
1414packageurl-python
1515packaging >= 22.0
Original file line number Diff line number Diff line change 11{
2- "$schema" : " http://cyclonedx.org/schema/bom-1.6 .schema.json" ,
2+ "$schema" : " http://cyclonedx.org/schema/bom-1.7 .schema.json" ,
33 "bomFormat" : " CycloneDX" ,
4- "specVersion" : " 1.6 " ,
4+ "specVersion" : " 1.7 " ,
55 "serialNumber" : " urn:uuid:9dbd4a19-324a-4ac6-b29b-37202d2bcd90" ,
66 "version" : 1 ,
77 "metadata" : {
2929 "version" : " 1.0" ,
3030 "bom-ref" : " CDXRef-DOCUMENT" ,
3131 "name" : " dummy-product"
32+ },
33+ "distributionConstraints" : {
34+ "tlp" : " CLEAR"
3235 }
3336 },
3437 "vulnerabilities" : [
You can’t perform that action at this time.
0 commit comments