Skip to content

Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) projects

License

Notifications You must be signed in to change notification settings

CycloneDX/cyclonedx-rust-cargo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e1bc0c · Nov 3, 2023
Oct 28, 2023
Nov 3, 2023
Nov 1, 2023
Oct 27, 2022
Oct 30, 2023
Dec 1, 2021
Nov 3, 2023
Aug 25, 2023
Jul 25, 2021
Jul 25, 2021
Oct 5, 2023
Jun 28, 2023
Jun 28, 2023

Repository files navigation

Build Status Crates.io License Website Slack Invite Group Discussion Twitter

CycloneDX Rust (Cargo) Plugin

The CycloneDX module for Rust (Cargo) creates a valid CycloneDX Software Bill-of-Material (SBOM) containing an aggregate of all project dependencies. OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced supply chain capabilities for cyber risk reduction

Usage

Execute CycloneDX from within a Rust project directory containing Cargo.toml.

Installing

cargo install cargo-cyclonedx

Executing binary

~/.cargo/bin/cargo-cyclonedx cyclonedx

Executing from cargo

cargo cyclonedx

Copyright & License

CycloneDX Rust Cargo 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.