CycloneDX
1.5Schema URL
Properties
Specifies the format of the BOM. This helps to identify the file as CycloneDX since BOMs do not have a filename convention nor does JSON schema support namespaces. This value MUST be "CycloneDX".
The version of the CycloneDX specification a BOM conforms to (starting at version 1.2).
Every BOM generated SHOULD have a unique serial number, even if the contents of the BOM have not changed over time. If specified, the serial number MUST conform to RFC-4122. Use of serial numbers are RECOMMENDED.
Whenever an existing BOM is modified, either manually or through automated processes, the version of the BOM SHOULD be incremented by 1. When a system is presented with multiple BOMs with identical serial numbers, the system SHOULD use the most recent version of the BOM. The default version is '1'.
9 nested properties
The date and time (timestamp) when the BOM was created.
The person(s) who created the BOM. Authors are common in BOMs created through manual processes. BOMs created through automated means may not have authors.
27 nested properties
Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component. Types include:
- application = A software application. Refer to [https://en.wikipedia.org/wiki/Application_software](https://en.wikipedia.org/wiki/Application_software) for information about applications.
- framework = A software framework. Refer to [https://en.wikipedia.org/wiki/Software_framework](https://en.wikipedia.org/wiki/Software_framework) for information on how frameworks vary slightly from libraries.
- library = A software library. Refer to [https://en.wikipedia.org/wiki/Library_(computing)](https://en.wikipedia.org/wiki/Library_(computing)) for information about libraries. All third-party and open source reusable components will likely be a library. If the library also has key features of a framework, then it should be classified as a framework. If not, or is unknown, then specifying library is RECOMMENDED.
- container = A packaging and/or runtime format, not specific to any particular technology, which isolates software inside the container from software outside of a container through virtualization technology. Refer to [https://en.wikipedia.org/wiki/OS-level_virtualization](https://en.wikipedia.org/wiki/OS-level_virtualization)
- platform = A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode or low-code/no-code application platforms.
- operating-system = A software operating system without regard to deployment model (i.e. installed on physical hardware, virtual machine, image, etc) Refer to [https://en.wikipedia.org/wiki/Operating_system](https://en.wikipedia.org/wiki/Operating_system)
- device = A hardware device such as a processor, or chip-set. A hardware device containing firmware SHOULD include a component for the physical hardware itself, and another component of type 'firmware' or 'operating-system' (whichever is relevant), describing information about the software running on the device. See also the list of known device properties.
- device-driver = A special type of software that operates or controls a particular type of device. Refer to [https://en.wikipedia.org/wiki/Device_driver](https://en.wikipedia.org/wiki/Device_driver)
- firmware = A special type of software that provides low-level control over a devices hardware. Refer to [https://en.wikipedia.org/wiki/Firmware](https://en.wikipedia.org/wiki/Firmware)
- file = A computer file. Refer to [https://en.wikipedia.org/wiki/Computer_file](https://en.wikipedia.org/wiki/Computer_file) for information about files.
- machine-learning-model = A model based on training data that can make predictions or decisions without being explicitly programmed to do so.
- data = A collection of discrete values that convey information.
The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery
The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented such as an image, font, or executable. Some library or framework components may also have an associated mime-type.
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
The person(s) or organization(s) that authored the component
The person(s) or organization(s) that published the component
The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component, or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org.
The component version. The version should ideally comply with semantic versioning but is not enforced.
Specifies a description for the component
Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
A copyright notice informing users of the underlying claims to copyright ownership in a published work.
Specifies a well-formed CPE name that conforms to the CPE 2.2 or 2.3 specification. See [https://nvd.nist.gov/products/cpe](https://nvd.nist.gov/products/cpe)
Specifies the package-url (purl). The purl, if specified, MUST be valid and conform to the specification defined at: [https://github.com/package-url/purl-spec](https://github.com/package-url/purl-spec)
Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.
7 nested properties
Maps to the tagId of a SoftwareIdentity.
Maps to the name of a SoftwareIdentity.
Maps to the version of a SoftwareIdentity.
Maps to the tagVersion of a SoftwareIdentity.
Maps to the patch of a SoftwareIdentity.
Specifies the metadata and content for an attachment.
The URL to the SWID file.
[Deprecated] - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating if the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.
Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.
6 nested properties
Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.
Descendants are the exact opposite of ancestors. This provides a way to document all forks (and their forks) of an original or root component.
Variants describe relations where the relationship between the components are not known. For example, if Component A contains nearly identical code to Component B. They are both related, but it is unclear if one is derived from the other, or if they share a common ancestor.
A list of zero or more commits which provide a trail describing how the component deviates from an ancestor, descendant, or variant.
A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complimentary to commits or may be used in place of commits.
Notes, observations, and other non-structured commentary describing the components pedigree.
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
A list of software and hardware components included in the parent component. This is not a dependency tree. It provides a way to specify a hierarchical representation of component assemblies, similar to system → subsystem → parts assembly in physical supply chains.
Provides the ability to document evidence collected through various forms of extraction or analysis.
5 nested properties
Evidence that substantiates the identity of a component.
Evidence of individual instances of a component spread across multiple locations.
Evidence of the components use through the callstack.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
11 nested properties
The software versioning type. It is RECOMMENDED that the release type use one of 'major', 'minor', 'patch', 'pre-release', or 'internal'. Representing all possible software release types is not practical, so standardizing on the recommended values, whenever possible, is strongly encouraged.
- major = A major release may contain significant changes or may introduce breaking changes.
- minor = A minor release, also known as an update, may contain a smaller number of changes than major releases.
- patch = Patch releases are typically unplanned and may resolve defects or important security issues.
- pre-release = A pre-release may include alpha, beta, or release candidates and typically have limited support. They provide the ability to preview a release prior to its general availability.
- internal = Internal releases are not for public consumption and are intended to be used exclusively by the project or manufacturer that produced it.
The title of the release.
The URL to an image that may be prominently displayed with the release note.
The URL to an image that may be used in messaging on social media platforms.
A short description of the release.
The date and time (timestamp) when the release note was created.
One or more alternate names the release may be referred to. This may include unofficial terms used by development and marketing teams (e.g. code names).
One or more tags that may aid in search or retrieval of the release note.
A collection of issues that have been resolved.
Zero or more release notes containing the locale and content. Multiple note objects may be specified to support release notes in a wide variety of languages.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
A model card describes the intended uses of a machine learning model and potential limitations, including biases and ethical considerations. Model cards typically contain the training parameters, which datasets were used to train the model, performance metrics, and other relevant data useful for ML transparency. This object SHOULD be specified for any component of type machine-learning-model and MUST NOT be specified for other component types.
5 nested properties
Hyper-parameters for construction of the model.
A quantitative analysis of the model
What considerations should be taken into account regarding the model's construction, training, and application?
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
This object SHOULD be specified for any component of type data and MUST NOT be specified for other component types.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Enveloped signature in JSON Signature Format (JSF).
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
A list of services. This may include microservices, function-as-a-service, and other types of network or intra-process services.
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
Provides the ability to document dependency relationships.
Compositions describe constituent parts (including components, services, and dependency relationships) and their completeness. The completeness of vulnerabilities expressed in a BOM may also be described.
Vulnerabilities identified in components or services.
Comments made by people, organizations, or tools about any object with a bom-ref, such as components, services, vulnerabilities, or the BOM itself. Unlike inventory information, annotations may contain opinion or commentary from various stakeholders. Annotations may be inline (with inventory) or externalized via BOM-Link, and may optionally be signed.
Describes how a component or service was manufactured or deployed. This is achieved through the use of formulas, workflows, tasks, and steps, which declare the precise steps to reproduce along with the observed formulas describing the steps which transpired in the manufacturing process.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Enveloped signature in JSON Signature Format (JSF).
Definitions
Identifier for referable and therefore interlink-able elements.
Descriptor for an element identified by the attribute 'bom-ref' in the same BOM document.
In contrast to bomLinkElementType.
Descriptor for another BOM document. See https://cyclonedx.org/capabilities/bomlink/
Descriptor for an element in a BOM document. See https://cyclonedx.org/capabilities/bomlink/
The date and time (timestamp) when the BOM was created.
The person(s) who created the BOM. Authors are common in BOMs created through manual processes. BOMs created through automated means may not have authors.
27 nested properties
Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component. Types include:
- application = A software application. Refer to [https://en.wikipedia.org/wiki/Application_software](https://en.wikipedia.org/wiki/Application_software) for information about applications.
- framework = A software framework. Refer to [https://en.wikipedia.org/wiki/Software_framework](https://en.wikipedia.org/wiki/Software_framework) for information on how frameworks vary slightly from libraries.
- library = A software library. Refer to [https://en.wikipedia.org/wiki/Library_(computing)](https://en.wikipedia.org/wiki/Library_(computing)) for information about libraries. All third-party and open source reusable components will likely be a library. If the library also has key features of a framework, then it should be classified as a framework. If not, or is unknown, then specifying library is RECOMMENDED.
- container = A packaging and/or runtime format, not specific to any particular technology, which isolates software inside the container from software outside of a container through virtualization technology. Refer to [https://en.wikipedia.org/wiki/OS-level_virtualization](https://en.wikipedia.org/wiki/OS-level_virtualization)
- platform = A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode or low-code/no-code application platforms.
- operating-system = A software operating system without regard to deployment model (i.e. installed on physical hardware, virtual machine, image, etc) Refer to [https://en.wikipedia.org/wiki/Operating_system](https://en.wikipedia.org/wiki/Operating_system)
- device = A hardware device such as a processor, or chip-set. A hardware device containing firmware SHOULD include a component for the physical hardware itself, and another component of type 'firmware' or 'operating-system' (whichever is relevant), describing information about the software running on the device. See also the list of known device properties.
- device-driver = A special type of software that operates or controls a particular type of device. Refer to [https://en.wikipedia.org/wiki/Device_driver](https://en.wikipedia.org/wiki/Device_driver)
- firmware = A special type of software that provides low-level control over a devices hardware. Refer to [https://en.wikipedia.org/wiki/Firmware](https://en.wikipedia.org/wiki/Firmware)
- file = A computer file. Refer to [https://en.wikipedia.org/wiki/Computer_file](https://en.wikipedia.org/wiki/Computer_file) for information about files.
- machine-learning-model = A model based on training data that can make predictions or decisions without being explicitly programmed to do so.
- data = A collection of discrete values that convey information.
The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery
The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented such as an image, font, or executable. Some library or framework components may also have an associated mime-type.
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
The person(s) or organization(s) that authored the component
The person(s) or organization(s) that published the component
The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component, or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org.
The component version. The version should ideally comply with semantic versioning but is not enforced.
Specifies a description for the component
Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
A copyright notice informing users of the underlying claims to copyright ownership in a published work.
Specifies a well-formed CPE name that conforms to the CPE 2.2 or 2.3 specification. See [https://nvd.nist.gov/products/cpe](https://nvd.nist.gov/products/cpe)
Specifies the package-url (purl). The purl, if specified, MUST be valid and conform to the specification defined at: [https://github.com/package-url/purl-spec](https://github.com/package-url/purl-spec)
Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.
7 nested properties
Maps to the tagId of a SoftwareIdentity.
Maps to the name of a SoftwareIdentity.
Maps to the version of a SoftwareIdentity.
Maps to the tagVersion of a SoftwareIdentity.
Maps to the patch of a SoftwareIdentity.
Specifies the metadata and content for an attachment.
The URL to the SWID file.
[Deprecated] - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating if the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.
Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.
6 nested properties
Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.
Descendants are the exact opposite of ancestors. This provides a way to document all forks (and their forks) of an original or root component.
Variants describe relations where the relationship between the components are not known. For example, if Component A contains nearly identical code to Component B. They are both related, but it is unclear if one is derived from the other, or if they share a common ancestor.
A list of zero or more commits which provide a trail describing how the component deviates from an ancestor, descendant, or variant.
A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complimentary to commits or may be used in place of commits.
Notes, observations, and other non-structured commentary describing the components pedigree.
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
A list of software and hardware components included in the parent component. This is not a dependency tree. It provides a way to specify a hierarchical representation of component assemblies, similar to system → subsystem → parts assembly in physical supply chains.
Provides the ability to document evidence collected through various forms of extraction or analysis.
5 nested properties
Evidence that substantiates the identity of a component.
Evidence of individual instances of a component spread across multiple locations.
Evidence of the components use through the callstack.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
11 nested properties
The software versioning type. It is RECOMMENDED that the release type use one of 'major', 'minor', 'patch', 'pre-release', or 'internal'. Representing all possible software release types is not practical, so standardizing on the recommended values, whenever possible, is strongly encouraged.
- major = A major release may contain significant changes or may introduce breaking changes.
- minor = A minor release, also known as an update, may contain a smaller number of changes than major releases.
- patch = Patch releases are typically unplanned and may resolve defects or important security issues.
- pre-release = A pre-release may include alpha, beta, or release candidates and typically have limited support. They provide the ability to preview a release prior to its general availability.
- internal = Internal releases are not for public consumption and are intended to be used exclusively by the project or manufacturer that produced it.
The title of the release.
The URL to an image that may be prominently displayed with the release note.
The URL to an image that may be used in messaging on social media platforms.
A short description of the release.
The date and time (timestamp) when the release note was created.
One or more alternate names the release may be referred to. This may include unofficial terms used by development and marketing teams (e.g. code names).
One or more tags that may aid in search or retrieval of the release note.
A collection of issues that have been resolved.
Zero or more release notes containing the locale and content. Multiple note objects may be specified to support release notes in a wide variety of languages.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
A model card describes the intended uses of a machine learning model and potential limitations, including biases and ethical considerations. Model cards typically contain the training parameters, which datasets were used to train the model, performance metrics, and other relevant data useful for ML transparency. This object SHOULD be specified for any component of type machine-learning-model and MUST NOT be specified for other component types.
5 nested properties
Hyper-parameters for construction of the model.
A quantitative analysis of the model
What considerations should be taken into account regarding the model's construction, training, and application?
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
This object SHOULD be specified for any component of type data and MUST NOT be specified for other component types.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Enveloped signature in JSON Signature Format (JSF).
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
[Deprecated] - DO NOT USE. This will be removed in a future version. This will be removed in a future version. Use component or service instead. Information about the automated or manual tool used
The name of the vendor who created the tool
The name of the tool
The version of the tool
The hashes of the tool (if applicable).
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
The name of a contact
The email address of the contact.
The phone number of the contact.
Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component. Types include:
- application = A software application. Refer to [https://en.wikipedia.org/wiki/Application_software](https://en.wikipedia.org/wiki/Application_software) for information about applications.
- framework = A software framework. Refer to [https://en.wikipedia.org/wiki/Software_framework](https://en.wikipedia.org/wiki/Software_framework) for information on how frameworks vary slightly from libraries.
- library = A software library. Refer to [https://en.wikipedia.org/wiki/Library_(computing)](https://en.wikipedia.org/wiki/Library_(computing)) for information about libraries. All third-party and open source reusable components will likely be a library. If the library also has key features of a framework, then it should be classified as a framework. If not, or is unknown, then specifying library is RECOMMENDED.
- container = A packaging and/or runtime format, not specific to any particular technology, which isolates software inside the container from software outside of a container through virtualization technology. Refer to [https://en.wikipedia.org/wiki/OS-level_virtualization](https://en.wikipedia.org/wiki/OS-level_virtualization)
- platform = A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode or low-code/no-code application platforms.
- operating-system = A software operating system without regard to deployment model (i.e. installed on physical hardware, virtual machine, image, etc) Refer to [https://en.wikipedia.org/wiki/Operating_system](https://en.wikipedia.org/wiki/Operating_system)
- device = A hardware device such as a processor, or chip-set. A hardware device containing firmware SHOULD include a component for the physical hardware itself, and another component of type 'firmware' or 'operating-system' (whichever is relevant), describing information about the software running on the device. See also the list of known device properties.
- device-driver = A special type of software that operates or controls a particular type of device. Refer to [https://en.wikipedia.org/wiki/Device_driver](https://en.wikipedia.org/wiki/Device_driver)
- firmware = A special type of software that provides low-level control over a devices hardware. Refer to [https://en.wikipedia.org/wiki/Firmware](https://en.wikipedia.org/wiki/Firmware)
- file = A computer file. Refer to [https://en.wikipedia.org/wiki/Computer_file](https://en.wikipedia.org/wiki/Computer_file) for information about files.
- machine-learning-model = A model based on training data that can make predictions or decisions without being explicitly programmed to do so.
- data = A collection of discrete values that convey information.
The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery
The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented such as an image, font, or executable. Some library or framework components may also have an associated mime-type.
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
The person(s) or organization(s) that authored the component
The person(s) or organization(s) that published the component
The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component, or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org.
The component version. The version should ideally comply with semantic versioning but is not enforced.
Specifies a description for the component
Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
A copyright notice informing users of the underlying claims to copyright ownership in a published work.
Specifies a well-formed CPE name that conforms to the CPE 2.2 or 2.3 specification. See [https://nvd.nist.gov/products/cpe](https://nvd.nist.gov/products/cpe)
Specifies the package-url (purl). The purl, if specified, MUST be valid and conform to the specification defined at: [https://github.com/package-url/purl-spec](https://github.com/package-url/purl-spec)
Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.
7 nested properties
Maps to the tagId of a SoftwareIdentity.
Maps to the name of a SoftwareIdentity.
Maps to the version of a SoftwareIdentity.
Maps to the tagVersion of a SoftwareIdentity.
Maps to the patch of a SoftwareIdentity.
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
The URL to the SWID file.
[Deprecated] - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating if the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.
Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.
6 nested properties
Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.
Descendants are the exact opposite of ancestors. This provides a way to document all forks (and their forks) of an original or root component.
Variants describe relations where the relationship between the components are not known. For example, if Component A contains nearly identical code to Component B. They are both related, but it is unclear if one is derived from the other, or if they share a common ancestor.
A list of zero or more commits which provide a trail describing how the component deviates from an ancestor, descendant, or variant.
A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complimentary to commits or may be used in place of commits.
Notes, observations, and other non-structured commentary describing the components pedigree.
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
A list of software and hardware components included in the parent component. This is not a dependency tree. It provides a way to specify a hierarchical representation of component assemblies, similar to system → subsystem → parts assembly in physical supply chains.
Provides the ability to document evidence collected through various forms of extraction or analysis.
5 nested properties
Evidence that substantiates the identity of a component.
4 nested properties
The identity field of the component which the evidence describes.
The overall confidence of the evidence from 0 - 1, where 1 is 100% confidence.
The methods used to extract and/or analyze the evidence.
The object in the BOM identified by its bom-ref. This is often a component or service, but may be any object type supporting bom-refs. Tools used for analysis should already be defined in the BOM, either in the metadata/tools, components, or formulation.
Evidence of individual instances of a component spread across multiple locations.
Evidence of the components use through the callstack.
1 nested properties
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
11 nested properties
The software versioning type. It is RECOMMENDED that the release type use one of 'major', 'minor', 'patch', 'pre-release', or 'internal'. Representing all possible software release types is not practical, so standardizing on the recommended values, whenever possible, is strongly encouraged.
- major = A major release may contain significant changes or may introduce breaking changes.
- minor = A minor release, also known as an update, may contain a smaller number of changes than major releases.
- patch = Patch releases are typically unplanned and may resolve defects or important security issues.
- pre-release = A pre-release may include alpha, beta, or release candidates and typically have limited support. They provide the ability to preview a release prior to its general availability.
- internal = Internal releases are not for public consumption and are intended to be used exclusively by the project or manufacturer that produced it.
The title of the release.
The URL to an image that may be prominently displayed with the release note.
The URL to an image that may be used in messaging on social media platforms.
A short description of the release.
The date and time (timestamp) when the release note was created.
One or more alternate names the release may be referred to. This may include unofficial terms used by development and marketing teams (e.g. code names).
One or more tags that may aid in search or retrieval of the release note.
A collection of issues that have been resolved.
Zero or more release notes containing the locale and content. Multiple note objects may be specified to support release notes in a wide variety of languages.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
A model card describes the intended uses of a machine learning model and potential limitations, including biases and ethical considerations. Model cards typically contain the training parameters, which datasets were used to train the model, performance metrics, and other relevant data useful for ML transparency. This object SHOULD be specified for any component of type machine-learning-model and MUST NOT be specified for other component types.
5 nested properties
Hyper-parameters for construction of the model.
7 nested properties
The overall approach to learning used by the model for problem solving.
Directly influences the input and/or output. Examples include classification, regression, clustering, etc.
The model architecture family such as transformer network, convolutional neural network, residual neural network, LSTM neural network, etc.
The specific architecture of the model such as GPT-1, ResNet-50, YOLOv3, etc.
The datasets used to train and evaluate the model.
The input format(s) of the model
The output format(s) from the model
A quantitative analysis of the model
2 nested properties
The model performance metrics being reported. Examples may include accuracy, F1 score, precision, top-3 error rates, MSC, etc.
A collection of graphics that represent various measurements.
What considerations should be taken into account regarding the model's construction, training, and application?
6 nested properties
Who are the intended users of the model?
What are the intended use cases of the model?
What are the known technical limitations of the model? E.g. What kind(s) of data should the model be expected not to perform well on? What are the factors that might degrade model performance?
What are the known tradeoffs in accuracy/performance of the model?
What are the ethical (or environmental) risks involved in the application of this model?
How does the model affect groups at risk of being systematically disadvantaged? What are the harms and benefits to the various affected groups?
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
This object SHOULD be specified for any component of type data and MUST NOT be specified for other component types.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Enveloped signature in JSON Signature Format (JSF).
Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.
Maps to the tagId of a SoftwareIdentity.
Maps to the name of a SoftwareIdentity.
Maps to the version of a SoftwareIdentity.
Maps to the tagVersion of a SoftwareIdentity.
Maps to the patch of a SoftwareIdentity.
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
The URL to the SWID file.
Specifies the metadata and content for an attachment.
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
"3942447fac867ae5cdb3229b658f4d48"
A valid SPDX license ID
If SPDX does not define the license used, this field may be used to provide the license name
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
The URL to the license file. If specified, a 'license' externalReference should also be specified for completeness
Licensing details describing the licensor/licensee, license type, renewal and expiration dates, and other important metadata
8 nested properties
License identifiers that may be used to manage licenses and their lifecycle
The individual or organization that grants a license to another individual or organization
The individual or organization for which a license was granted to
The individual or organization that purchased the license
The purchase order identifier the purchaser sent to a supplier or vendor to authorize a purchase
The type of license(s) that was granted to the licensee
- academic = A license that grants use of software solely for the purpose of education or research.
- appliance = A license covering use of software embedded in a specific piece of hardware.
- client-access = A Client Access License (CAL) allows client computers to access services provided by server software.
- concurrent-user = A Concurrent User license (aka floating license) limits the number of licenses for a software application and licenses are shared among a larger number of users.
- core-points = A license where the core of a computer's processor is assigned a specific number of points.
- custom-metric = A license for which consumption is measured by non-standard metrics.
- device = A license that covers a defined number of installations on computers and other types of devices.
- evaluation = A license that grants permission to install and use software for trial purposes.
- named-user = A license that grants access to the software to one or more pre-defined users.
- node-locked = A license that grants access to the software on one or more pre-defined computers or devices.
- oem = An Original Equipment Manufacturer license that is delivered with hardware, cannot be transferred to other hardware, and is valid for the life of the hardware.
- perpetual = A license where the software is sold on a one-time basis and the licensee can use a copy of the software indefinitely.
- processor-points = A license where each installation consumes points per processor.
- subscription = A license where the licensee pays a fee to use the software or service.
- user = A license that grants access to the software or service by a specified number of users.
- other = Another license type.
The timestamp indicating when the license was last renewed. For new purchases, this is often the purchase or acquisition date. For non-perpetual licenses or subscriptions, this is the timestamp of when the license was last renewed.
The timestamp indicating when the current license expires (if applicable).
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
Specifies an individual commit
A unique identifier of the commit. This may be version control specific. For example, Subversion uses revision numbers whereas git uses commit hashes.
The URL to the commit. This URL will typically point to a commit in a version control system.
Specifies an individual commit
3 nested properties
The timestamp in which the action occurred
The name of the individual who performed the action
The email address of the individual who performed the action
Specifies an individual commit
3 nested properties
The timestamp in which the action occurred
The name of the individual who performed the action
The email address of the individual who performed the action
The text description of the contents of the commit
Specifies an individual patch
Specifies the purpose for the patch including the resolution of defects, security issues, or new behavior or functionality.
- unofficial = A patch which is not developed by the creators or maintainers of the software being patched. Refer to [https://en.wikipedia.org/wiki/Unofficial_patch](https://en.wikipedia.org/wiki/Unofficial_patch)
- monkey = A patch which dynamically modifies runtime behavior. Refer to [https://en.wikipedia.org/wiki/Monkey_patch](https://en.wikipedia.org/wiki/Monkey_patch)
- backport = A patch which takes code from a newer version of software and applies it to older versions of the same software. Refer to [https://en.wikipedia.org/wiki/Backporting](https://en.wikipedia.org/wiki/Backporting)
- cherry-pick = A patch created by selectively applying commits from other versions or branches of the same software.
The patch file (or diff) that show changes. Refer to https://en.wikipedia.org/wiki/Diff
2 nested properties
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
Specifies the URL to the diff
A collection of issues the patch resolves
The patch file (or diff) that show changes. Refer to https://en.wikipedia.org/wiki/Diff
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
Specifies the URL to the diff
An individual issue that has been resolved.
Specifies the type of issue
The identifier of the issue assigned by the source of the issue
The name of the issue
A description of the issue
The source of the issue where it is documented
2 nested properties
The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'
The url of the issue documentation as provided by the source
A collection of URL's for reference. Multiple URLs are allowed.
Specifies an individual commit
The timestamp in which the action occurred
The name of the individual who performed the action
The email address of the individual who performed the action
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
Defines the direct dependencies of a component or service. Components or services that do not have their own dependencies MUST be declared as empty elements within the graph. Components or services that are not represented in the dependency graph MAY have unknown dependencies. It is RECOMMENDED that implementations assume this to be opaque and not an indicator of a object being dependency-free. It is RECOMMENDED to leverage compositions to indicate unknown dependency graphs.
Descriptor for an element identified by the attribute 'bom-ref' in the same BOM document.
In contrast to bomLinkElementType.
The bom-ref identifiers of the components or services that are dependencies of this dependency object.
The name of the service. This will often be a shortened, single name of the service.
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
The grouping name, namespace, or identifier. This will often be a shortened, single name of the company or project that produced the service or domain name. Whitespace and special characters should be avoided.
The service version.
Specifies a description for the service
The endpoint URIs of the service. Multiple endpoints are allowed.
A boolean value indicating if the service requires authentication. A value of true indicates the service requires authentication prior to use. A value of false indicates the service does not require authentication.
A boolean value indicating if use of the service crosses a trust zone or boundary. A value of true indicates that by using the service, a trust boundary is crossed. A value of false indicates that by using the service, a trust boundary is not crossed.
The name of the trust zone the service resides in.
Specifies information about the data including the directional flow of data and the data classification.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
A list of services included or deployed behind the parent service. This is not a dependency tree. It provides a way to specify a hierarchical representation of service assemblies.
11 nested properties
The software versioning type. It is RECOMMENDED that the release type use one of 'major', 'minor', 'patch', 'pre-release', or 'internal'. Representing all possible software release types is not practical, so standardizing on the recommended values, whenever possible, is strongly encouraged.
- major = A major release may contain significant changes or may introduce breaking changes.
- minor = A minor release, also known as an update, may contain a smaller number of changes than major releases.
- patch = Patch releases are typically unplanned and may resolve defects or important security issues.
- pre-release = A pre-release may include alpha, beta, or release candidates and typically have limited support. They provide the ability to preview a release prior to its general availability.
- internal = Internal releases are not for public consumption and are intended to be used exclusively by the project or manufacturer that produced it.
The title of the release.
The URL to an image that may be prominently displayed with the release note.
The URL to an image that may be used in messaging on social media platforms.
A short description of the release.
The date and time (timestamp) when the release note was created.
One or more alternate names the release may be referred to. This may include unofficial terms used by development and marketing teams (e.g. code names).
One or more tags that may aid in search or retrieval of the release note.
A collection of issues that have been resolved.
Zero or more release notes containing the locale and content. Multiple note objects may be specified to support release notes in a wide variety of languages.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Enveloped signature in JSON Signature Format (JSF).
Specifies the flow direction of the data. Direction is relative to the service. Inbound flow states that data enters the service. Outbound flow states that data leaves the service. Bi-directional states that data flows both ways, and unknown states that the direction is not known.
Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed.
Name for the defined data
Short description of the data content and usage
3 nested properties
Data custodians are responsible for the safe custody, transport, and storage of data.
Data stewards are responsible for data content, context, and associated business rules.
Data owners are concerned with risk and appropriate access to data.
The URI, URL, or BOM-Link of the components or services the data came in from
The URI, URL, or BOM-Link of the components or services the data is sent to
Specifies the flow direction of the data. Direction is relative to the service. Inbound flow states that data enters the service. Outbound flow states that data leaves the service. Bi-directional states that data flows both ways, and unknown states that the direction is not known.
Provides the ability to document evidence collected through various forms of extraction or analysis.
Evidence that substantiates the identity of a component.
4 nested properties
The identity field of the component which the evidence describes.
The overall confidence of the evidence from 0 - 1, where 1 is 100% confidence.
The methods used to extract and/or analyze the evidence.
The object in the BOM identified by its bom-ref. This is often a component or service, but may be any object type supporting bom-refs. Tools used for analysis should already be defined in the BOM, either in the metadata/tools, components, or formulation.
Evidence of individual instances of a component spread across multiple locations.
Evidence of the components use through the callstack.
1 nested properties
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
The bom-ref identifiers of the components or services being described. Assemblies refer to nested relationships whereby a constituent part may include other constituent parts. References do not cascade to child parts. References are explicit for the specified constituent part only.
The bom-ref identifiers of the components or services being described. Dependencies refer to a relationship whereby an independent constituent part requires another independent constituent part. References do not cascade to transitive dependencies. References are explicit for the specified dependency only.
The bom-ref identifiers of the vulnerabilities being described.
Enveloped signature in JSON Signature Format (JSF).
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
The name of the property. Duplicate names are allowed, each potentially having a different value.
The value of the property.
Defines a syntax for representing two character language code (ISO-639) followed by an optional two character country code. The language code MUST be lower case. If the country code is specified, the country code MUST be upper case. The language code and country code MUST be separated by a minus sign. Examples: en, en-US, fr, fr-CA
The software versioning type. It is RECOMMENDED that the release type use one of 'major', 'minor', 'patch', 'pre-release', or 'internal'. Representing all possible software release types is not practical, so standardizing on the recommended values, whenever possible, is strongly encouraged.
- major = A major release may contain significant changes or may introduce breaking changes.
- minor = A minor release, also known as an update, may contain a smaller number of changes than major releases.
- patch = Patch releases are typically unplanned and may resolve defects or important security issues.
- pre-release = A pre-release may include alpha, beta, or release candidates and typically have limited support. They provide the ability to preview a release prior to its general availability.
- internal = Internal releases are not for public consumption and are intended to be used exclusively by the project or manufacturer that produced it.
"major""minor""patch""pre-release""internal"
A note containing the locale and content.
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
Defines a syntax for representing two character language code (ISO-639) followed by an optional two character country code. The language code MUST be lower case. If the country code is specified, the country code MUST be upper case. The language code and country code MUST be separated by a minus sign. Examples: en, en-US, fr, fr-CA
The software versioning type. It is RECOMMENDED that the release type use one of 'major', 'minor', 'patch', 'pre-release', or 'internal'. Representing all possible software release types is not practical, so standardizing on the recommended values, whenever possible, is strongly encouraged.
- major = A major release may contain significant changes or may introduce breaking changes.
- minor = A minor release, also known as an update, may contain a smaller number of changes than major releases.
- patch = Patch releases are typically unplanned and may resolve defects or important security issues.
- pre-release = A pre-release may include alpha, beta, or release candidates and typically have limited support. They provide the ability to preview a release prior to its general availability.
- internal = Internal releases are not for public consumption and are intended to be used exclusively by the project or manufacturer that produced it.
The title of the release.
The URL to an image that may be prominently displayed with the release note.
The URL to an image that may be used in messaging on social media platforms.
A short description of the release.
The date and time (timestamp) when the release note was created.
One or more alternate names the release may be referred to. This may include unofficial terms used by development and marketing teams (e.g. code names).
One or more tags that may aid in search or retrieval of the release note.
A collection of issues that have been resolved.
Zero or more release notes containing the locale and content. Multiple note objects may be specified to support release notes in a wide variety of languages.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Title and location where advisory information can be obtained. An advisory is a notification of a threat to a component, service, or system.
Location where the advisory can be obtained.
An optional name of the advisory.
Integer representation of a Common Weaknesses Enumerations (CWE). For example 399 (of https://cwe.mitre.org/data/definitions/399.html)
Textual representation of the severity of the vulnerability adopted by the analysis method. If the analysis method uses values other than what is provided, the user is expected to translate appropriately.
Specifies the severity or risk scoring methodology or standard used.
- CVSSv2 - Common Vulnerability Scoring System v2
- CVSSv3 - Common Vulnerability Scoring System v3
- CVSSv31 - Common Vulnerability Scoring System v3.1
- CVSSv4 - Common Vulnerability Scoring System v4
- OWASP - OWASP Risk Rating Methodology
- SSVC - Stakeholder Specific Vulnerability Categorization (all versions)
Declares the current state of an occurrence of a vulnerability, after automated or manual analysis.
- resolved = the vulnerability has been remediated.
- resolved_with_pedigree = the vulnerability has been remediated and evidence of the changes are provided in the affected components pedigree containing verifiable commit history and/or diff(s).
- exploitable = the vulnerability may be directly or indirectly exploitable.
- in_triage = the vulnerability is being investigated.
- false_positive = the vulnerability is not specific to the component or service and was falsely identified or associated.
- not_affected = the component or service is not affected by the vulnerability. Justification should be specified for all not_affected cases.
The rationale of why the impact analysis state was asserted.
- code_not_present = the code has been removed or tree-shaked.
- code_not_reachable = the vulnerable code is not invoked at runtime.
- requires_configuration = exploitability requires a configurable option to be set/unset.
- requires_dependency = exploitability requires a dependency that is not present.
- requires_environment = exploitability requires a certain environment which is not present.
- protected_by_compiler = exploitability requires a compiler flag to be set/unset.
- protected_at_runtime = exploits are prevented at runtime.
- protected_at_perimeter = attacks are blocked at physical, logical, or network perimeter.
- protected_by_mitigating_control = preventative measures have been implemented that reduce the likelihood and/or impact of the vulnerability.
Defines the severity or risk ratings of a vulnerability.
The source of vulnerability information. This is often the organization that published the vulnerability.
2 nested properties
The url of the vulnerability documentation as provided by the source.
The name of the source.
The numerical score of the rating.
Textual representation of the severity of the vulnerability adopted by the analysis method. If the analysis method uses values other than what is provided, the user is expected to translate appropriately.
Specifies the severity or risk scoring methodology or standard used.
- CVSSv2 - Common Vulnerability Scoring System v2
- CVSSv3 - Common Vulnerability Scoring System v3
- CVSSv31 - Common Vulnerability Scoring System v3.1
- CVSSv4 - Common Vulnerability Scoring System v4
- OWASP - OWASP Risk Rating Methodology
- SSVC - Stakeholder Specific Vulnerability Categorization (all versions)
Textual representation of the metric values used to score the vulnerability
An optional reason for rating the vulnerability as it was
The source of vulnerability information. This is often the organization that published the vulnerability.
The url of the vulnerability documentation as provided by the source.
The name of the source.
Defines a weakness in a component or service that could be exploited or triggered by a threat source.
The identifier that uniquely identifies the vulnerability.
The source of vulnerability information. This is often the organization that published the vulnerability.
2 nested properties
The url of the vulnerability documentation as provided by the source.
The name of the source.
Zero or more pointers to vulnerabilities that are the equivalent of the vulnerability specified. Often times, the same vulnerability may exist in multiple sources of vulnerability intelligence, but have different identifiers. References provide a way to correlate vulnerabilities across multiple sources of vulnerability intelligence.
List of vulnerability ratings
List of Common Weaknesses Enumerations (CWEs) codes that describes this vulnerability. For example 399 (of https://cwe.mitre.org/data/definitions/399.html)
A description of the vulnerability as provided by the source.
If available, an in-depth description of the vulnerability as provided by the source organization. Details often include information useful in understanding root cause.
Recommendations of how the vulnerability can be remediated or mitigated.
A bypass, usually temporary, of the vulnerability that reduces its likelihood and/or impact. Workarounds often involve changes to configuration or deployments.
Evidence used to reproduce the vulnerability.
3 nested properties
Precise steps to reproduce the vulnerability.
A description of the environment in which reproduction was possible.
Supporting material that helps in reproducing or understanding how reproduction is possible. This may include screenshots, payloads, and PoC exploit code.
Published advisories of the vulnerability if provided.
The date and time (timestamp) when the vulnerability record was created in the vulnerability database.
The date and time (timestamp) when the vulnerability record was first published.
The date and time (timestamp) when the vulnerability record was last updated.
The date and time (timestamp) when the vulnerability record was rejected (if applicable).
Individuals or organizations credited with the discovery of the vulnerability.
2 nested properties
The organizations credited with vulnerability discovery.
The individuals, not associated with organizations, that are credited with vulnerability discovery.
An assessment of the impact and exploitability of the vulnerability.
6 nested properties
Declares the current state of an occurrence of a vulnerability, after automated or manual analysis.
- resolved = the vulnerability has been remediated.
- resolved_with_pedigree = the vulnerability has been remediated and evidence of the changes are provided in the affected components pedigree containing verifiable commit history and/or diff(s).
- exploitable = the vulnerability may be directly or indirectly exploitable.
- in_triage = the vulnerability is being investigated.
- false_positive = the vulnerability is not specific to the component or service and was falsely identified or associated.
- not_affected = the component or service is not affected by the vulnerability. Justification should be specified for all not_affected cases.
The rationale of why the impact analysis state was asserted.
- code_not_present = the code has been removed or tree-shaked.
- code_not_reachable = the vulnerable code is not invoked at runtime.
- requires_configuration = exploitability requires a configurable option to be set/unset.
- requires_dependency = exploitability requires a dependency that is not present.
- requires_environment = exploitability requires a certain environment which is not present.
- protected_by_compiler = exploitability requires a compiler flag to be set/unset.
- protected_at_runtime = exploits are prevented at runtime.
- protected_at_perimeter = attacks are blocked at physical, logical, or network perimeter.
- protected_by_mitigating_control = preventative measures have been implemented that reduce the likelihood and/or impact of the vulnerability.
A response to the vulnerability by the manufacturer, supplier, or project responsible for the affected component or service. More than one response is allowed. Responses are strongly encouraged for vulnerabilities where the analysis state is exploitable.
Detailed description of the impact including methods used during assessment. If a vulnerability is not exploitable, this field should include specific details on why the component or service is not impacted by this vulnerability.
The date and time (timestamp) when the analysis was first issued.
The date and time (timestamp) when the analysis was last updated.
The components or services that are affected by the vulnerability.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
The vulnerability status of a given version or range of versions of a product. The statuses 'affected' and 'unaffected' indicate that the version is affected or unaffected by the vulnerability. The status 'unknown' indicates that it is unknown or unspecified whether the given version is affected. There can be many reasons for an 'unknown' status, including that an investigation has not been undertaken or that a vendor has not disclosed the status.
A single version of a component or service.
A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec
A comment, note, explanation, or similar textual content which provides additional context to the object(s) being annotated.
The object in the BOM identified by its bom-ref. This is often a component or service, but may be any object type supporting bom-refs.
The organization, person, component, or service which created the textual content of the annotation.
4 nested properties
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
4 nested properties
The name of a contact
The email address of the contact.
The phone number of the contact.
27 nested properties
Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component. Types include:
- application = A software application. Refer to [https://en.wikipedia.org/wiki/Application_software](https://en.wikipedia.org/wiki/Application_software) for information about applications.
- framework = A software framework. Refer to [https://en.wikipedia.org/wiki/Software_framework](https://en.wikipedia.org/wiki/Software_framework) for information on how frameworks vary slightly from libraries.
- library = A software library. Refer to [https://en.wikipedia.org/wiki/Library_(computing)](https://en.wikipedia.org/wiki/Library_(computing)) for information about libraries. All third-party and open source reusable components will likely be a library. If the library also has key features of a framework, then it should be classified as a framework. If not, or is unknown, then specifying library is RECOMMENDED.
- container = A packaging and/or runtime format, not specific to any particular technology, which isolates software inside the container from software outside of a container through virtualization technology. Refer to [https://en.wikipedia.org/wiki/OS-level_virtualization](https://en.wikipedia.org/wiki/OS-level_virtualization)
- platform = A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode or low-code/no-code application platforms.
- operating-system = A software operating system without regard to deployment model (i.e. installed on physical hardware, virtual machine, image, etc) Refer to [https://en.wikipedia.org/wiki/Operating_system](https://en.wikipedia.org/wiki/Operating_system)
- device = A hardware device such as a processor, or chip-set. A hardware device containing firmware SHOULD include a component for the physical hardware itself, and another component of type 'firmware' or 'operating-system' (whichever is relevant), describing information about the software running on the device. See also the list of known device properties.
- device-driver = A special type of software that operates or controls a particular type of device. Refer to [https://en.wikipedia.org/wiki/Device_driver](https://en.wikipedia.org/wiki/Device_driver)
- firmware = A special type of software that provides low-level control over a devices hardware. Refer to [https://en.wikipedia.org/wiki/Firmware](https://en.wikipedia.org/wiki/Firmware)
- file = A computer file. Refer to [https://en.wikipedia.org/wiki/Computer_file](https://en.wikipedia.org/wiki/Computer_file) for information about files.
- machine-learning-model = A model based on training data that can make predictions or decisions without being explicitly programmed to do so.
- data = A collection of discrete values that convey information.
The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery
The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented such as an image, font, or executable. Some library or framework components may also have an associated mime-type.
The person(s) or organization(s) that authored the component
The person(s) or organization(s) that published the component
The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component, or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org.
The component version. The version should ideally comply with semantic versioning but is not enforced.
Specifies a description for the component
Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
A copyright notice informing users of the underlying claims to copyright ownership in a published work.
Specifies a well-formed CPE name that conforms to the CPE 2.2 or 2.3 specification. See [https://nvd.nist.gov/products/cpe](https://nvd.nist.gov/products/cpe)
Specifies the package-url (purl). The purl, if specified, MUST be valid and conform to the specification defined at: [https://github.com/package-url/purl-spec](https://github.com/package-url/purl-spec)
Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.
[Deprecated] - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating if the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.
Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
A list of software and hardware components included in the parent component. This is not a dependency tree. It provides a way to specify a hierarchical representation of component assemblies, similar to system → subsystem → parts assembly in physical supply chains.
Provides the ability to document evidence collected through various forms of extraction or analysis.
A model card describes the intended uses of a machine learning model and potential limitations, including biases and ethical considerations. Model cards typically contain the training parameters, which datasets were used to train the model, performance metrics, and other relevant data useful for ML transparency. This object SHOULD be specified for any component of type machine-learning-model and MUST NOT be specified for other component types.
This object SHOULD be specified for any component of type data and MUST NOT be specified for other component types.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Enveloped signature in JSON Signature Format (JSF).
17 nested properties
The name of the service. This will often be a shortened, single name of the service.
The grouping name, namespace, or identifier. This will often be a shortened, single name of the company or project that produced the service or domain name. Whitespace and special characters should be avoided.
The service version.
Specifies a description for the service
The endpoint URIs of the service. Multiple endpoints are allowed.
A boolean value indicating if the service requires authentication. A value of true indicates the service requires authentication prior to use. A value of false indicates the service does not require authentication.
A boolean value indicating if use of the service crosses a trust zone or boundary. A value of true indicates that by using the service, a trust boundary is crossed. A value of false indicates that by using the service, a trust boundary is not crossed.
The name of the trust zone the service resides in.
Specifies information about the data including the directional flow of data and the data classification.
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
A list of services included or deployed behind the parent service. This is not a dependency tree. It provides a way to specify a hierarchical representation of service assemblies.
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
Enveloped signature in JSON Signature Format (JSF).
The date and time (timestamp) when the annotation was created.
The textual content of the annotation.
Enveloped signature in JSON Signature Format (JSF).
A model card describes the intended uses of a machine learning model and potential limitations, including biases and ethical considerations. Model cards typically contain the training parameters, which datasets were used to train the model, performance metrics, and other relevant data useful for ML transparency. This object SHOULD be specified for any component of type machine-learning-model and MUST NOT be specified for other component types.
Hyper-parameters for construction of the model.
7 nested properties
The overall approach to learning used by the model for problem solving.
1 nested properties
Learning types describing the learning problem or hybrid learning problem.
Directly influences the input and/or output. Examples include classification, regression, clustering, etc.
The model architecture family such as transformer network, convolutional neural network, residual neural network, LSTM neural network, etc.
The specific architecture of the model such as GPT-1, ResNet-50, YOLOv3, etc.
The datasets used to train and evaluate the model.
The input format(s) of the model
The output format(s) from the model
A quantitative analysis of the model
2 nested properties
The model performance metrics being reported. Examples may include accuracy, F1 score, precision, top-3 error rates, MSC, etc.
What considerations should be taken into account regarding the model's construction, training, and application?
6 nested properties
Who are the intended users of the model?
What are the intended use cases of the model?
What are the known technical limitations of the model? E.g. What kind(s) of data should the model be expected not to perform well on? What are the factors that might degrade model performance?
What are the known tradeoffs in accuracy/performance of the model?
What are the ethical (or environmental) risks involved in the application of this model?
How does the model affect groups at risk of being systematically disadvantaged? What are the harms and benefits to the various affected groups?
Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy. Formal registration is OPTIONAL.
The data format for input/output to the model. Example formats include string, image, time-series
The general theme or subject matter of the data being specified.
- source-code = Any type of code, code snippet, or data-as-code.
- configuration = Parameters or settings that may be used by other components.
- dataset = A collection of data.
- definition = Data that can be used to create new instances of what the definition defines.
- other = Any other type of data that does not fit into existing definitions.
The name of the dataset.
The contents or references to the contents of the data being described.
3 nested properties
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
The URL to where the data can be retrieved.
Provides the ability to document name-value parameters used for configuration.
Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed.
A description of any sensitive data in a dataset.
A collection of graphics that represent various measurements.
2 nested properties
A description of this collection of graphics.
A collection of graphics.
A description of the dataset. Can describe size of dataset, whether it's used for source code, training, testing, or validation, etc.
3 nested properties
Data custodians are responsible for the safe custody, transport, and storage of data.
Data stewards are responsible for data content, context, and associated business rules.
Data owners are concerned with risk and appropriate access to data.
Data custodians are responsible for the safe custody, transport, and storage of data.
Data stewards are responsible for data content, context, and associated business rules.
Data owners are concerned with risk and appropriate access to data.
4 nested properties
The name of the organization
The URL of the organization. Multiple URLs are allowed.
A contact at the organization. Multiple contacts are allowed.
A collection of graphics that represent various measurements.
A description of this collection of graphics.
A collection of graphics.
The name of the graphic.
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
The type of performance metric.
The value of the performance metric.
The name of the slice this metric was computed on. By default, assume this metric is not sliced.
The confidence interval of the metric.
2 nested properties
The lower bound of the confidence interval.
The upper bound of the confidence interval.
The name of the risk.
Strategy used to address this risk.
Information about the benefits and harms of the model to an identified at risk group.
The groups or individuals at risk of being systematically disadvantaged by the model.
Expected benefits to the identified groups.
Expected harms to the identified groups.
With respect to the benefits and harms outlined, please describe any mitigation strategy implemented.
Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed.
Describes workflows and resources that captures rules and other aspects of how the associated BOM component or service was formed.
Transient components that are used in tasks that constitute one or more of this formula's workflows
Transient services that are used in tasks that constitute one or more of this formula's workflows
List of workflows that can be declared to accomplish specific orchestrated goals and independently triggered.
A specialized orchestration task.
The unique identifier for the resource instance within its deployment context.
Indicates the types of activities performed by the set of workflow tasks.
The name of the resource instance.
A description of the resource instance.
References to component or service resources that are used to realize the resource instance.
The graph of dependencies between tasks within the workflow.
Represents a resource that can conditionally activate (or fire) tasks based upon associated events and their data.
12 nested properties
The unique identifier for the resource instance within its deployment context.
The source type of event which caused the trigger to fire.
The name of the resource instance.
A description of the resource instance.
References to component or service resources that are used to realize the resource instance.
Represents something that happened that may trigger a response.
7 nested properties
The unique identifier of the event.
A description of the event.
The date and time (timestamp) when the event was received.
Specifies the metadata and content for an attachment.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
The date and time (timestamp) when the trigger was activated.
Represents resources and data brought into a task at runtime by executor or task commands
Represents resources and data output from a task at runtime by executor or task commands
Represents resources and data brought into a task at runtime by executor or task commands
Represents resources and data output from a task at runtime by executor or task commands
The date and time (timestamp) when the task started.
The date and time (timestamp) when the task ended.
A set of named filesystem or data resource shareable by workflow tasks.
A graph of the component runtime topology for workflow's instance.
Describes the inputs, sequence of steps and resources used to accomplish a task and its output.
The unique identifier for the resource instance within its deployment context.
Indicates the types of activities performed by the set of workflow tasks.
The name of the resource instance.
A description of the resource instance.
References to component or service resources that are used to realize the resource instance.
Represents a resource that can conditionally activate (or fire) tasks based upon associated events and their data.
12 nested properties
The unique identifier for the resource instance within its deployment context.
The source type of event which caused the trigger to fire.
The name of the resource instance.
A description of the resource instance.
References to component or service resources that are used to realize the resource instance.
Represents something that happened that may trigger a response.
7 nested properties
The unique identifier of the event.
A description of the event.
The date and time (timestamp) when the event was received.
Specifies the metadata and content for an attachment.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
The date and time (timestamp) when the trigger was activated.
Represents resources and data brought into a task at runtime by executor or task commands
Represents resources and data output from a task at runtime by executor or task commands
Represents resources and data brought into a task at runtime by executor or task commands
Represents resources and data output from a task at runtime by executor or task commands
The date and time (timestamp) when the task started.
The date and time (timestamp) when the task ended.
A set of named filesystem or data resource shareable by workflow tasks.
A graph of the component runtime topology for task's instance.
Executes specific commands or tools in order to accomplish its owning task as part of a sequence.
A name for the step.
A description of the step.
Ordered list of commands or directives for the step
A text representation of the executed command.
A named filesystem or data resource shareable by workflow tasks.
The unique identifier for the resource instance within its deployment context.
The name of the resource instance.
The names for the workspace as referenced by other workflow tasks. Effectively, a name mapping so other tasks can use their own local name in their steps.
A description of the resource instance.
References to component or service resources that are used to realize the resource instance.
Describes the read-write access control for the workspace relative to the owning resource instance.
A path to a location on disk where the workspace will be available to the associated task's steps.
The name of a domain-specific data type the workspace represents.
Identifies the reference to the request for a specific volume type and parameters.
An identifiable, logical unit of data storage tied to a physical device.
8 nested properties
The unique identifier for the volume instance within its deployment context.
The name of the volume instance
The mode for the volume instance.
The underlying path created from the actual volume.
The allocated size of the volume accessible to the associated workspace. This should include the scalar size as well as IEC standard unit in either decimal or binary form.
Indicates if the volume persists beyond the life of the resource it is associated with.
Indicates if the volume is remotely (i.e., network) attached.
An identifiable, logical unit of data storage tied to a physical device.
The unique identifier for the volume instance within its deployment context.
The name of the volume instance
The mode for the volume instance.
The underlying path created from the actual volume.
The allocated size of the volume accessible to the associated workspace. This should include the scalar size as well as IEC standard unit in either decimal or binary form.
Indicates if the volume persists beyond the life of the resource it is associated with.
Indicates if the volume is remotely (i.e., network) attached.
Represents a resource that can conditionally activate (or fire) tasks based upon associated events and their data.
The unique identifier for the resource instance within its deployment context.
The source type of event which caused the trigger to fire.
The name of the resource instance.
A description of the resource instance.
References to component or service resources that are used to realize the resource instance.
Represents something that happened that may trigger a response.
7 nested properties
The unique identifier of the event.
A description of the event.
The date and time (timestamp) when the event was received.
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
The date and time (timestamp) when the trigger was activated.
Represents resources and data brought into a task at runtime by executor or task commands
Represents resources and data output from a task at runtime by executor or task commands
Represents something that happened that may trigger a response.
The unique identifier of the event.
A description of the event.
The date and time (timestamp) when the event was received.
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
Type that represents various input data types and formats.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
Inputs that have the form of parameters with names and values.
Inputs that have the form of parameters with names and values.
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
Describes the type of data output.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
2 nested properties
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
Specifies the metadata and content for an attachment.
3 nested properties
The attachment data. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text.
Specifies the content type of the text. Defaults to text/plain if not specified.
Specifies the optional encoding the text is represented in.
Outputs that have the form of environment variables.
A reference to a locally defined resource (e.g., a bom-ref) or an externally accessible resource.
References an object by its bom-ref attribute
External references provide a way to document systems, sites, and information that may be relevant, but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
4 nested properties
The URI (URL or URN) to the external reference. External references are URIs and therefore can accept any URL scheme including https (RFC-7230), mailto (RFC-2368), tel (RFC-3966), and dns (RFC-4501). External references may also include formally registered URNs such as CycloneDX BOM-Link to reference CycloneDX BOMs or any object within a BOM. BOM-Link transforms applicable external references into relationships that can be expressed in a BOM or across BOMs.
Specifies the type of external reference.
- vcs = Version Control System
- issue-tracker = Issue or defect tracking system, or an Application Lifecycle Management (ALM) system
- website = Website
- advisories = Security advisories
- bom = Bill of Materials (SBOM, OBOM, HBOM, SaaSBOM, etc)
- mailing-list = Mailing list or discussion group
- social = Social media account
- chat = Real-time chat platform
- documentation = Documentation, guides, or how-to instructions
- support = Community or commercial support
- distribution = Direct or repository download location
- distribution-intake = The location where a component was published to. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary
- license = The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness
- build-meta = Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc)
- build-system = URL to an automated build system
- release-notes = URL to release notes
- security-contact = Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT
- model-card = A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency
- log = A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations
- configuration = Parameters or settings that may be used by other components or services
- evidence = Information used to substantiate a claim
- formulation = Describes how a component or service was manufactured or deployed
- attestation = Human or machine-readable statements containing facts, evidence, or testimony
- threat-model = An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format
- adversary-model = The defined assumptions, goals, and capabilities of an adversary.
- risk-assessment = Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk.
- vulnerability-assertion = A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product.
- exploitability-statement = A Vulnerability Exploitability eXchange (VEX) which asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization.
- pentest-report = Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test
- static-analysis-report = SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code
- dynamic-analysis-report = Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations
- runtime-analysis-report = Report generated by analyzing the call stack of a running application
- component-analysis-report = Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis
- maturity-report = Report containing a formal assessment of an organization, business unit, or team against a maturity model
- certification-report = Industry, regulatory, or other certification from an accredited (if applicable) certification body
- quality-metrics = Report or system in which quality metrics can be obtained
- codified-infrastructure = Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC)
- poam = Plans of Action and Milestones (POAM) compliment an "attestation" external reference. POAM is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones".
- other = Use this if no other types accurately describe the purpose of the external reference
An optional comment describing the external reference
The hashes of the external reference (if applicable).
A condition that was used to determine a trigger should be activated.
Describes the set of conditions which cause the trigger to activate.
The logical expression that was evaluated that determined the trigger should be fired.
A representation of a functional parameter.
The name of the parameter.
The value of the parameter.
The data type of the parameter.
Enveloped signature in JSON Signature Format (JSF).