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 #3258

Merged
merged 1 commit into from
Feb 15, 2024

Commits on Feb 15, 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 authored and laeubi committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    46c8028 View commit details
    Browse the repository at this point in the history