-
Notifications
You must be signed in to change notification settings - Fork 277
docs(vulnfeeds): Update/add some documentation/READMEs around cmd tools in vulnfeeds #4724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
cuixq
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are useful!
|
|
||
| The tool performs the following steps: | ||
| 1. Downloads CVE JSON files for each year from 2002 to the current year. | ||
| 2. Downloads "modified" and "recent" CVE feeds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall we add some words here to explain what does "modified" and "recent" mean here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the links to the dumps
Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com>
Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com>
| - `-output-path`: Path to output general alpine affected package information (default: "alpine") | ||
| - `-output-bucket`: The GCS bucket to write to (default: "osv-test-cve-osv-conversion") | ||
| - `-workers`: Number of workers to process records (default: 64) | ||
| - `-upload-to-gcs`: If true, write to GCS bucket and instead of local disk (default: false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `-upload-to-gcs`: If true, write to GCS bucket and instead of local disk (default: false) | |
| - `-upload-to-gcs`: If true, write to GCS bucket instead of local disk (default: false) |
caught a wild 'and' lurking here
No description provided.