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

[feature] Adds a parser for CycloneDX Vex data #1181

Merged
merged 12 commits into from
Aug 31, 2023

Commits on Aug 23, 2023

  1. cdx-vex parser init

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8d63acb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    d20dd14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e8cf4 View commit details
    Browse the repository at this point in the history
  3. adds license info and removes unreachable code

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9dce0e0 View commit details
    Browse the repository at this point in the history
  4. fix linting issues

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f63da56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88e5df3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. adds unit tests for cdx-vex parser

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    91c7dec View commit details
    Browse the repository at this point in the history
  2. fix linting issues

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7d73cbc View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a63c835 View commit details
    Browse the repository at this point in the history
  4. nit typo

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    db18cc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. address nits, adds cdx-vex xml and relevant tests

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ae32d49 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: stevemenezes <[email protected]>
    stevemenezes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7dc8f50 View commit details
    Browse the repository at this point in the history