-
Notifications
You must be signed in to change notification settings - Fork 40
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
import cve's automatically with a queue where CVe's can be reviewed #141
Comments
@ysf can you take a look at this? |
It would be great to have a sanitized dump to get a feel of how the data has to look later on and generally work with the tracker. |
Hi @ysf, sad that we didn't met on 36C3 :)
For an AVG:
and so on. Hope this helps. |
Yeah, but I don't want to scrape those and add them under an anonymous user into my local database if those could be easily sanitized to get a realistic working environment. Actually it's a time issue, if it's quicker to scrape and import than to sanitize and share I'll gladly do it. |
I think there should be two views on the tracker for this data.
Obviously the entries needs to be as few false positives as possible. We should also enable easy creation of an AVG group and do some basic matching on
|
It would be nice to import CVE's automatically using an API maybe such as https://cve.circl.lu/api/ or https://nvd.nist.gov/vuln/data-feeds and add a review / queue to the security tracker to review these issues.
An idea is to create a new view /todo/cve and show a list of CVE's who don't have at least two signoffs and show the following information:
CVE-XXX-XX-XX (a link) product and version, description and links. If the product can be found in our Package model show the package and version or do a fuzzy match on our Packages and show a list? There should be a button to create an AVG with this CVE pre-filled in.
The CVE signoffs should be a table cve_signoff that stores the CVE id, team member, signoff time
Open questions:
The text was updated successfully, but these errors were encountered: