File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1313
1414----
1515
16- This Python package can render and read valid [ CycloneDX] [ link_website ] documents.
17- OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard
16+ OWASP [ CycloneDX] [ link_website ] is a full-stack Bill of Materials (BOM) standard
1817that provides advanced supply chain capabilities for cyber risk reduction.
1918
20- ** This module is not designed for standalone use.**
19+ This Python package provides data models, validators and more,
20+ to help you create/render/read CycloneDX documents.
21+
22+ ** This package is not designed for standalone use. It is a library.**
2123
2224As of version ` 3.0.0 ` , the internal data model was adjusted to allow CycloneDX VEX documents to be produced as per
2325[ official examples] ( https://cyclonedx.org/capabilities/bomlink/#linking-external-vex-to-bom-inventory ) linking a VEX
@@ -28,6 +30,8 @@ If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-o
2830
2931Alternatively, you can use this module yourself in your application to programmatically generate CycloneDX BOMs.
3032
33+ ## Documentation
34+
3135View the documentation [ here] ( https://cyclonedx-python-library.readthedocs.io/ ) .
3236
3337## Python Support
You can’t perform that action at this time.
0 commit comments