Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 5.99 KB

schema-support.rst

File metadata and controls

60 lines (54 loc) · 5.99 KB

Schema Support

This library has partial support for the CycloneDX specification (we continue to grow support).

The following sub-sections aim to explain what support this library provides and any known gaps in support. We do this by calling out support for data as defined in the latest CycloneDX standard specification, regardless of whether it is supported in prior versions of the CycloneDX schema.

Data Path Supported? Notes
bom[@version] Yes  
bom[@serialNumber] Yes  
bom.metadata Yes  
bom.components Yes Not supported: modified (as it is deprecated), signature.
bom.services Yes Not supported: signature.
bom.externalReferences Yes  
bom.dependencies Yes Since 2.3.0
bom.compositions No  
bom.properties Yes Supported when outputting to Schema Version >= 1.5. See schema specification bug 130
bom.vulnerabilities Yes Note: Prior to CycloneDX 1.4, these were present under bom.components via a schema extension. Note: As of cyclonedx-python-lib >3.0.0, Vulnerability are modelled differently
bom.annotations No  
bom.formulation No  
bom.declarations No  
bom.definitions No  
bom.signature No