From 4ae0b9302b38d952b9f739c225f0b87d435f5368 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 24 Mar 2026 12:17:10 +0100 Subject: [PATCH 1/4] docs: update intro Signed-off-by: Jan Kowalleck --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2017b51b3..e3223a81c 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ ---- -OWASP [CycloneDX][link_website] is a full-stack Bill of Materials (BOM) standard -that provides advanced supply chain capabilities for cyber risk reduction. +OWASP [CycloneDX][link_website] is a system‑transparency standard that delivers full‑stack Bills of Materials (BOMs) and advanced supply‑chain insights across the entire software lifecycle. This Python package provides data models, validators and more, to help you create/render/read CycloneDX documents. From af94795c944ac64a235bda175dfd665734eac20e Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 24 Mar 2026 12:18:15 +0100 Subject: [PATCH 2/4] Update README.md Signed-off-by: Jan Kowalleck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3223a81c..f5e3fc82e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ---- -OWASP [CycloneDX][link_website] is a system‑transparency standard that delivers full‑stack Bills of Materials (BOMs) and advanced supply‑chain insights across the entire software lifecycle. +OWASP [CycloneDX][link_website] is a system‑transparency standard that delivers full‑stack Bills of Materials (BOMs) and advanced supply‑chain insights across the entire product lifecycle. This Python package provides data models, validators and more, to help you create/render/read CycloneDX documents. From 6e80b0a4981583cf5c538909b30187f37bfdc568 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 24 Mar 2026 12:19:07 +0100 Subject: [PATCH 3/4] Update README.md Signed-off-by: Jan Kowalleck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e3fc82e..0a24c69cf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ---- -OWASP [CycloneDX][link_website] is a system‑transparency standard that delivers full‑stack Bills of Materials (BOMs) and advanced supply‑chain insights across the entire product lifecycle. +OWASP [CycloneDX][link_website] is a system‑transparency standard providing full‑stack Bills of Materials (BOMs) and advanced supply‑chain insights throughout the entire product lifecycle. This Python package provides data models, validators and more, to help you create/render/read CycloneDX documents. From 6b645af7ebbe842b285a1adcd70f787bbc8d9eba Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 24 Mar 2026 12:21:26 +0100 Subject: [PATCH 4/4] Update index.rst Signed-off-by: Jan Kowalleck --- docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 729103101..8e1a93ed4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,9 @@ CycloneDX’s Python Library documentation ==================================================== -OWASP `CycloneDX`_ is a full-stack Bill of Materials (BOM) standard -that provides advanced supply chain capabilities for cyber risk reduction. +OWASP `CycloneDX`_ is a system‑transparency standard +providing full‑stack Bills of Materials (BOMs) +and advanced supply‑chain insights throughout the entire product lifecycle. This Python package provides data models, validators and more, to help you create/render/read CycloneDX documents.