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
Copy file name to clipboardExpand all lines: README.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ CycloneDX Core (Java)
11
11
=========
12
12
13
13
The CycloneDX core module provides a model representation of the SBOM along with utilities to assist in creating,
14
-
validating, and parsing SBOMs. CycloneDX is a lightweight software bill of materials (SBOM) specification designed for
15
-
use in application security contexts and supply chain component analysis.
14
+
validating, and parsing SBOMs. OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced
15
+
supply chain capabilities for cyber risk reduction
16
16
17
17
Maven Usage
18
18
-------------------
@@ -21,7 +21,7 @@ Maven Usage
21
21
<dependency>
22
22
<groupId>org.cyclonedx</groupId>
23
23
<artifactId>cyclonedx-core-java</artifactId>
24
-
<version>5.0.5</version>
24
+
<version>8.0.3</version>
25
25
</dependency>
26
26
```
27
27
@@ -32,12 +32,19 @@ as well as the output format options. Use the latest possible version of this li
32
32
the CycloneDX version supported by the target system.
33
33
34
34
| Version | Schema Version | Format(s) |
35
-
| ------- | ----------------- | --------- |
36
-
| 5.x | CycloneDX v1.3 | XML/JSON |
37
-
| 4.x | CycloneDX v1.2 | XML/JSON |
38
-
| 3.x | CycloneDX v1.2 | XML/JSON |
39
-
| 2.x | CycloneDX v1.1 | XML |
40
-
| 1.x | CycloneDX v1.0 | XML |
35
+
|---------|----------------|-----------|
36
+
| 8.x | CycloneDX v1.5 | XML/JSON |
37
+
| 7.x | CycloneDX v1.4 | XML/JSON |
38
+
| 6.x | CycloneDX v1.4 | XML/JSON |
39
+
| 5.x | CycloneDX v1.3 | XML/JSON |
40
+
| 4.x | CycloneDX v1.2 | XML/JSON |
41
+
| 3.x | CycloneDX v1.2 | XML/JSON |
42
+
| 2.x | CycloneDX v1.1 | XML |
43
+
| 1.x | CycloneDX v1.0 | XML |
44
+
45
+
## Library API Documentation
46
+
47
+
The library API documentation can be viewed online at [https://cyclonedx.github.io/cyclonedx-core-java/](https://cyclonedx.github.io/cyclonedx-core-java/).
0 commit comments