rdicroce / cyclonedx-core-java

CycloneDX SBOM Model and Utils for Creating and Validating BOMs

Home Page:https://cyclonedx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Maven Central License Website Slack Invite Group Discussion Twitter

CycloneDX Core (Java)

The CycloneDX core module provides a model representation of the SBOM along with utilities to assist in creating, validating, and parsing SBOMs. CycloneDX is a lightweight software bill of materials (SBOM) specification designed for use in application security contexts and supply chain component analysis.

Maven Usage

<dependency>
    <groupId>org.cyclonedx</groupId>
    <artifactId>cyclonedx-core-java</artifactId>
    <version>7.3.2</version>
</dependency>

CycloneDX Schema Support

The following table provides information on the version of this node module, the CycloneDX schema version supported, as well as the output format options. Use the latest possible version of this library that is the compatible with the CycloneDX version supported by the target system.

Version Schema Version Format(s)
7.x CycloneDX v1.4 XML/JSON
6.x CycloneDX v1.4 XML/JSON
5.x CycloneDX v1.3 XML/JSON
4.x CycloneDX v1.2 XML/JSON
3.x CycloneDX v1.2 XML/JSON
2.x CycloneDX v1.1 XML
1.x CycloneDX v1.0 XML

Library API Documentation

The library API documentation can be viewed online at https://cyclonedx.github.io/cyclonedx-core-java/.

Copyright & License

CycloneDX Core (Java) is Copyright (c) OWASP Foundation. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the License file for the full license.

About

CycloneDX SBOM Model and Utils for Creating and Validating BOMs

https://cyclonedx.org/

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Shell 0.1%