@@ -64,11 +64,13 @@ CycloneDX provides advanced supply chain capabilities for cyber risk reduction.
64
64
* Software-as-a-Service Bill of Materials (SaaSBOM)
65
65
* Hardware Bill of Materials (HBOM)
66
66
* Machine Learning Bill of Materials (ML-BOM)
67
+ * Cryptography Bill of Materials (CBOM)
67
68
* Operations Bill of Materials (OBOM)
68
69
* Manufacturing Bill of Materials (MBOM)
69
70
* Bill of Vulnerabilities (BOV)
70
71
* Vulnerability Disclosure Report (VDR)
71
72
* Vulnerability Exploitability eXchange (VEX)
73
+ * CycloneDX Attestations (CDXA)
72
74
* Common Release Notes Format
73
75
74
76
<div style =" page-break-after : always ; visibility : hidden " >
@@ -100,6 +102,13 @@ privacy, safety, and ethical considerations. CycloneDX standardizes model cards
100
102
and datasets can be used independently or combined with the inventory of software and hardware components or services
101
103
defined in HBOMs, SBOMs, and SaaSBOMs.
102
104
105
+ ### Cryptography Bill of Materials (CBOM)
106
+ A Cryptography Bill of Materials (CBOM) describes cryptographic assets and their dependencies. Discovering, managing,
107
+ and reporting on cryptographic assets is necessary as the first step on the migration journey to quantum-safe systems
108
+ and applications. Cryptography is typically buried deep within components that are used to compose and build systems
109
+ and applications. As part of an agile cryptographic approach, organizations should seek to understand what cryptographic
110
+ assets they are using and facilitate the assessment of the risk posture to provide a starting point for mitigation.
111
+
103
112
### Operations Bill of Materials (OBOM)
104
113
OBOMs provide a full-stack inventory of runtime environments, configurations, and additional dependencies. CycloneDX is a
105
114
full-stack bill of materials standard supporting entire runtime environments consisting of hardware, firmware, containers,
@@ -134,6 +143,11 @@ subset of VDR. Oftentimes, products are not affected by a vulnerability simply b
134
143
component. VEX allows software vendors and other parties to communicate the exploitability status of vulnerabilities,
135
144
providing clarity on the vulnerabilities that pose a risk and the ones that do not.
136
145
146
+ ### CycloneDX Attestations (CDXA)
147
+ CycloneDX Attestations enable organizations to communicate security standards, claims and evidence about security
148
+ requirements, and attestations to the veracity and completeness of those claims. CycloneDX Attestations is a way to
149
+ manage "compliance as code."
150
+
137
151
### Common Release Notes Format
138
152
CycloneDX standardizes release notes into a common, machine-readable format. This capability unlocks new workflow
139
153
potential for software publishers and consumers alike. This functionality works with or without the Bill of Materials
0 commit comments