guac icon indicating copy to clipboard operation
guac copied to clipboard

Included a Handler for CycloneDX Version Ranges

Open nathannaveen opened this issue 1 year ago • 3 comments

Description of the PR

  • Includes a hander for the CycloneDX version ranges.
  • Includes tests for the version range parser
  • Partially fixes https://github.com/guacsec/guac/issues/1148
  • Passes down the graphql client to CycloneDX from the top (Also passing it down to all the other parsers). This is so that we can call model.Packages.

PR Checklist

  • [ ] All commits have a Developer Certificate of Origin (DCO) -- they are generated using -s flag to git commit.
  • [ ] All new changes are covered by tests
  • [ ] If GraphQL schema is changed, make generate has been run
  • [ ] If OpenAPI spec is changed, make generate has been run
  • [ ] If collectsub protobuf has been changed, make proto has been run
  • [ ] All CI checks are passing (tests and formatting)
  • [ ] All dependent PRs have already been merged

nathannaveen avatar Mar 26 '24 14:03 nathannaveen

@pxp928 Thanks, I fixed the test!

nathannaveen avatar Mar 27 '24 13:03 nathannaveen

This pull request has been automatically marked as stale because it has not had recent activity (60 days of inactivity). It will be closed in 30 days if no further activity occurs. Thank you for your contribution!

stale[bot] avatar Aug 31 '24 03:08 stale[bot]

Ping to keep this open. This needs to be discussed during the maintainer meeting to determine a path fwd.

pxp928 avatar Sep 02 '24 16:09 pxp928