CVE Dataset
Organizing all CVEs into a table
@kaggle.casimireffect_cve_dataset
Organizing all CVEs into a table
@kaggle.casimireffect_cve_dataset
Organizing data about all known CVEs into a single place for creating ML applications to aid bug bounty hunters and more generally create a way to analyze the larger trends and software vulnerabilities that are discovered over time.
CREATE TABLE cve_data (
"unnamed_0" VARCHAR -- Unnamed: 0,
"cve" VARCHAR,
"date" VARCHAR,
"weekday" VARCHAR,
"vendor" VARCHAR,
"product" VARCHAR,
"finder" VARCHAR,
"details" VARCHAR,
"reference" VARCHAR,
"vuln_class" DOUBLE,
"impact" VARCHAR,
"attackvector" VARCHAR,
"severity" VARCHAR,
"complexity" VARCHAR,
"requiredprivilege" VARCHAR
);
Anyone who has the link will be able to view this.