From 0dddd498b282b78c10c91f87583fdcd6a7805920 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 8 Nov 2022 17:23:22 +0100 Subject: [PATCH] docs: results - specs and standards Signed-off-by: Jan Kowalleck --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0bb95d7e..36256e17 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Create [CycloneDX] Software Bill of Materials (SBOM) from _[npm]_ projects. +The resulting SBOM documents follow [official specifications and standards](https://github.com/CycloneDX/specification), +and might have properties following [`cdx:npm` Namespace Taxonomy](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/npm.md) +. + ## Requirements * `node` >= `14`