Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add p2-aware model converter for CycloneDX SBOM generation #3516

Merged
merged 1 commit into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. Add p2-aware model converter for CycloneDX SBOM generation

    This change consists of two parts. The first part consists of generating
    a valid package URL for a given p2 artifact. The PURL contains the
    symbolic name, version and classifier of the artifact key, as well as
    the repository it is located in.
    The second part handles the dependencies between two PURLs. For the sake
    of consistency, this dependency tree matches the tree calculated by the
    dependency-tree mojo.
    ptziegler committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    748e445 View commit details
    Browse the repository at this point in the history