guac
guac copied to clipboard
Included a Handler for CycloneDX Version Ranges
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
-sflag togit commit. - [ ] All new changes are covered by tests
- [ ] If GraphQL schema is changed,
make generatehas been run - [ ] If OpenAPI spec is changed,
make generatehas been run - [ ] If
collectsubprotobuf has been changed,make protohas been run - [ ] All CI checks are passing (tests and formatting)
- [ ] All dependent PRs have already been merged
@pxp928 Thanks, I fixed the test!
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!
Ping to keep this open. This needs to be discussed during the maintainer meeting to determine a path fwd.