enhance(cve-feed): re-organize code and cut srctl osv blob into cve feed#191
enhance(cve-feed): re-organize code and cut srctl osv blob into cve feed#191Daniel-Giszpenc wants to merge 3 commits intokubernetes:mainfrom
Conversation
- add JSON OSV blob to the CVE JSON feed - organize fetch code into into functions in a way that felt more readable and cleanly segmented step by step
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Daniel-Giszpenc The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @Daniel-Giszpenc. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Didn't realize making the PR myself wouldn't assign me, my bad. |
- add error handling for json handling - add fetch from cve-feed-osv repo feature - add osv_generator to _kubernetes_io object
Issue: tooling: add the OSV CVE information to the official CVE feed #177
Work Done:
Work Not Done Yet:
A lot of the work I did here was just going off of PR #183 which itself was going off of PR #181. This PR should close both of these mentioned PRs when completed.
Considering the scale of refactor I did to cleanup in what is my personalized view and some work not being done yet this is only a draft for now but feedback is very welcome.