Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
6f013a8 to
0b38054
Compare
There was a problem hiding this comment.
These source and source_test.yaml should be done in separate PRs, as they are imported immediately after being merged.
|
/gcbrun |
|
Please have a look at the linting errors. (You can run this locally with make lint) |
|
Also, tests seem to be failing: you can run it locally with the poetry run python -m unittest osv.purl_helpers_test , or with make all-tests |
These will be added in a separate PR after the code changes are merged.
|
|
/gcbrun |
|
@another-rex I see tests failing but not sure how to see which are failing and why, since locally make all-tests passed |
…459) Root provides security advisories for container images with patched vulnerabilities across multiple ecosystems including Alpine, Debian, Ubuntu, npm, PyPI, and Go modules. This PR reserves two database-specific prefixes: - ROOT-OS-: For OS-level package vulnerabilities (Alpine, Debian, Ubuntu, etc.) - ROOT-APP-: For application-level package vulnerabilities (npm, PyPI, Go, etc.) Root uses existing ecosystems and does not introduce a new ecosystem. Changes: - Add Root to README.md data sources list - Add ROOT-OS and ROOT-APP prefix entries to docs/schema.md - Update validation/schema.json prefix pattern to include ROOT-OS and ROOT-APP [osv.dev issue](google/osv.dev#4396 (comment)) [osv.dev PR](google/osv.dev#4397) Co-authored-by: Chai Tadmor <chai.tadmor@root.io>
|
All good, it's just we haven't updated the schema yet, I've merged the osv-schema PR in and I'll update it on this repo, which should fix this. |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
Should be merged after: #4397 --------- Signed-off-by: Chai Tadmor <chai.tadmor@root.io> Co-authored-by: Chai Tadmor <chai.tadmor@root.io> Co-authored-by: Jess Lowe <86962800+jess-lowe@users.noreply.github.com>
Relevant tickets for reference:
#4396 (comment)
#3937