What is CVE trends?
CVE Trends gathers crowdsourced intel about CVEs from Twitter's filtered stream API and combines it with data from NIST's NVD, Reddit, and GitHub APIs. The back-end is built in Python, Flask, PostgreSQL, and Redis -- running on NGINX, Ubuntu. The front-end is built in HTML5, CSS3, React, and Bootstrap.
What does CVE mean?
common vulnerabilities and exposures (CVE)
What are examples of CVE?
According to the official CVE website, examples of exposures include running services for information gathering, running services that are a common attack point, and the use of applications that can be successfully attacked by brute force methods.
What is CVSS vs CVE?
Differences between CVSS and CVE
CVSS is the overall score assigned to a vulnerability. CVE is simply a list of all publicly disclosed vulnerabilities that includes the CVE ID, a description, dates, and comments. The CVSS score is not reported in the CVE listing – you must use the NVD to find assigned CVSS scores.