Skip to content

Collection of python scripts to handle the CVE data from the Linux Kernel CNA

Notifications You must be signed in to change notification settings

joaocorreiaCL/cve-kernel-cna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cve-kernel-cna

Collection of python scripts to handle the CVE data from the Linux Kernel CNA.

These scripts are intended to be run in-order:

./scraper.py

Downloads the information about each cve to a directory CVEs\ under the current directory. Will skip existing entries. Needs "requests" and "beautifulsoup4"

./counter.py

Outputs a tally of CVE per LTS version. Reads the json files that were downloaded by the scraper.

About

Collection of python scripts to handle the CVE data from the Linux Kernel CNA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages