You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specific versions of CycloneDX can be specified by using the version parameter. For example: `application/vnd.cyclonedx+xml; version=1.3`.
52
+
Specific versions of CycloneDX can be specified by using the version parameter. For example: `application/vnd.cyclonedx+xml; version=1.6`.
51
53
52
54
The officially supported media type for Protocol Buffer format is `application/x.vnd.cyclonedx+protobuf`.
53
55
54
56
55
57
## Release History
56
58
57
-
| Version | Release Date |
58
-
| ------- | ------------ |
59
-
| CycloneDX 1.5 | 26 June 2023 |
60
-
| CycloneDX 1.4 | 12 January 2022 |
61
-
| CycloneDX 1.3 | 04 May 2021 |
62
-
| CycloneDX 1.2 | 26 May 2020 |
63
-
| CycloneDX 1.1 | 03 March 2019 |
64
-
| CycloneDX 1.0 | 26 March 2018 |
65
-
| Initial Prototype | 01 May 2017 |
59
+
| Version | Release Date |
60
+
|-------------------|-----------------|
61
+
| CycloneDX 1.6 | 09 April 2024 |
62
+
| CycloneDX 1.5 | 26 June 2023 |
63
+
| CycloneDX 1.4 | 12 January 2022 |
64
+
| CycloneDX 1.3 | 04 May 2021 |
65
+
| CycloneDX 1.2 | 26 May 2020 |
66
+
| CycloneDX 1.1 | 03 March 2019 |
67
+
| CycloneDX 1.0 | 26 March 2018 |
68
+
| Initial Prototype | 01 May 2017 |
66
69
67
70
68
-
## Related Work
69
-
[SPDX (Software Package Data Exchange)][spdx-url] is a specification that provides low-level details of components, including all files, hashes, authors, and copyrights. SPDX also defines over 300 open source license IDs. CycloneDX builds on top of the work SPDX has accomplished with license IDs, but varies greatly in its approach towards building a software bill of material specification.
70
-
71
-
[SWID (ISO/IEC 19770-2:2015)][swid-url] is used primarily to identify installed software and is the preferred format of the NVD. SWID tags are used in the National Vulnerability Database to describe vulnerable components. The CycloneDX specification complements this work as CycloneDX documents can incorporate SWID tags and other high-level SWID metadata and optionally include entire SWID documents. Use of SWID tag ID's are useful in determining if a specific component has known vulnerabilities.
72
-
73
-
[CPE (Common Platform Enumeration)][cpe-url] is a specification that describes the vendor, name, and version for an application, operating system, or hardware device. CPE identifiers are used in the National Vulnerability Database to describe vulnerable components. The CycloneDX specification complements this work as CycloneDX documents can easily be used to construct exact CPE identifiers that are useful in determining if a specific component has known vulnerabilities.
74
-
75
71
## Copyright & License
76
72
77
73
CycloneDX Specification is Copyright (c) OWASP Foundation. All Rights Reserved.
@@ -80,6 +76,3 @@ Permission to modify and redistribute is granted under the terms of the [Apache
0 commit comments