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

fix: BOM validation fails when Components or Services are nested #276

Merged
merged 11 commits into from
Aug 1, 2022

Commits on Jul 28, 2022

  1. fix: properly support nested components and services #275

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6597db7 View commit details
    Browse the repository at this point in the history
  2. addressed JSON output for #275 including test addiitions

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    692c005 View commit details
    Browse the repository at this point in the history
  3. updated XML output tests

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    356c37e View commit details
    Browse the repository at this point in the history
  4. aded XML output tests for Issue #275

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ebef5f2 View commit details
    Browse the repository at this point in the history
  5. removed tests where services are part of dependency tree - see #277

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f26862b View commit details
    Browse the repository at this point in the history
  6. chore: re-added isort to pre-commit hooks

    ran isort
    
    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    051e543 View commit details
    Browse the repository at this point in the history
  7. Revert "chore: re-added isort to pre-commit hooks"

    This reverts commit f50ee1e.
    
    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5f7f30e View commit details
    Browse the repository at this point in the history
  8. added tests to cover new Component.get_all_nested_components() method

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    75a77ed View commit details
    Browse the repository at this point in the history
  9. chore: resolve hang issue with running isort as pre-commit hook

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    fb25b70 View commit details
    Browse the repository at this point in the history
  10. fix: pinned mypy <= 0.961 due to #278

    Signed-off-by: Paul Horton <paul.horton@owasp.org>
    madpah committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d6955cb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    6caee65 View commit details
    Browse the repository at this point in the history