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

Bug Fixes #7

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Bug Fixes #7

wants to merge 7 commits into from

Commits on Oct 9, 2024

  1. Add strict SBOM validation flag.

    * trustier will only validate an SBOM with the CycloneDX Bom validator if strict is set to true.
    djschleen authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4ac8a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3710d View commit details
    Browse the repository at this point in the history
  3. Update launch.json and main.rs

    - Update launch.json to include the "--strict" flag for debugging the executable 'trustier' in the juiceshop.
    - Modify main.rs to improve error handling and logging when parsing SBOM.
    - Enable strict SBOM checking and print validation results.
    - Add conditional printing for SBOM validity and when there is nothing to do.
    djschleen authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    869093b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd1ccf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f96b1fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0e07a1 View commit details
    Browse the repository at this point in the history
  7. Update README.md to include strict SBOM validation flag and supported…

    … CycloneDX versions information (#8)
    
    fixes #3
    djschleen authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b59fa40 View commit details
    Browse the repository at this point in the history