From da29800b3cc33a5b4b3cdf38e3c2c46c096ba61a Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 13 Aug 2023 09:47:39 +0200 Subject: [PATCH] `cdx:reproducible` Signed-off-by: Jan Kowalleck --- cdx.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cdx.md b/cdx.md index 2430d14..6700659 100644 --- a/cdx.md +++ b/cdx.md @@ -1,7 +1,13 @@ -## `cdx` Namespace Taxonomy +# `cdx` Namespace Taxonomy + +_Boolean value_ are `true` or `false`. Case sensitive. + +| Property | Description | +| -------- | ----------- | +| `cdx:reproducible` | Whether the CycloneDX document has been generated in a reproducible manner: if so, then time- or random-based values MUST be omitted, and elements order SHOULD be reproducible. _Boolean value_. May appear once. | | Namespace | Description | Administered By | Taxonomy | -| --- | --- | --- | --- | +| --------- | ----------- | --------------- | -------- | | `cdx:composer` | Namespace for properties specific to the PHP Composer ecosystem. | CycloneDX PHP Maintainers | [cdx:composer taxonomy](cdx/composer.md) | | `cdx:device` | Namespace for properties specific to hardware devices. | CycloneDX Core Working Group | [cdx:device taxonomy](cdx/device.md) | | `cdx:gomod` | Namespace for properties specific to the Go Module ecosystem. | CycloneDX Go Maintainers | [cdx:gomod taxonomy](cdx/gomod.md) |