Skip to content

Commit 077dabe

Browse files
committed
docs(README): minor changes in the wording
1 parent 5c2eb38 commit 077dabe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
A Python library for creating and consuming documents in
77
[standard-bom format](https://sbom.siemens.io/latest/format.html).
88

9-
This library is mainly a wrapper for the official [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib/) library with Standard BOM support.
10-
"Standard BOM" is our Siemens-internal SBOM format.
11-
Every Standard BOM document is a 100% CycloneDX document, so both CycloneDX and Standard BOM formats are supported.
9+
"Standard BOM" is our Siemens-internal SBOM format based on the [Siemens CycloneDX Property Taxonomy](https://github.com/siemens/cyclonedx-property-taxonomy), which is 100% compatible with the CycloneDX.
10+
11+
Every Standard BOM document is a 100% CycloneDX document, so both CycloneDX and Standard BOM formats are supported both
12+
for reading and writing SBOMs with this library.
1213

1314
## Installation
1415

0 commit comments

Comments
 (0)