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 into
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
|
Thanks for picking up the changes from my draft PR and grouping all of the other changes here. If you don't mind, I would appreciate being added as co-author for this commit: 002c39d like this: https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors OR you can cherry-pick commit instead https://gist.github.com/jrussellsmyth/3e50150bc14483fbbb7765be02e3f510 @mtardy fyi in case you have any suggestions or opinions |
Co-Authored-By: Pushkar Joglekar <3390906+PushkarJ@users.noreply.github.com>
002c39d to
a8f4a3b
Compare
|
Happy to help. Is the way I fixed the commit to add you as co-author good or should I do something else? @PushkarJ |
Yes. Thanks for doing this :) |
|
/ok-to-test |
mtardy
left a comment
There was a problem hiding this comment.
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.
I'd say if you can minimize refactor and churn and just add the needed work that would be ideal. Churn or refactor is a price to pay if we don't have any other way of doing things.
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.