-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement the CVE Details bridge #2332
Conversation
CVE Details is a collection of CVEs, taken from the National Vulnerability Database (NVD) and other sources like the Exploit DB and Metasploit. The website categorizes it by vendor and product and attach the CWE category. There is an Atom feed available, but only logged in users can use it, it is not reliable and contain no useful information. This bridge create a sane feed with additional information like tags and a link to the CWE a description of the vulnerability.
I tested and it works very well! I hope your Pull Request will be approved! |
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.
Looks good to me. Tested locally with vendor_id=74 and product_id=128. It's working fine.
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.
Hi, @f0086!
Please fix linting and other commented lines
https://github.com/RSS-Bridge/rss-bridge/runs/4349991519?check_suite_focus=true
I've fixed all linting errors. |
@em92 Can you have a another look at that PR please? |
gj! |
Offtopic: I have read your (@f0086) email message. I will prepare answer ASAP. |
CVE Details is a collection of CVEs, taken from the National Vulnerability
Database (NVD) and other sources like the Exploit DB and Metasploit. The
website categorizes it by vendor and product and attach the CWE category.
There is an Atom feed available, but only logged in users can use it,
it is not reliable and contain no useful information. This bridge create a
sane feed with additional information like tags and a link to the CWE
a description of the vulnerability.