Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

KCVEPruner

Pruning Linux Kernel CVEs based on code reachability analysis

Fetch all CVEs from NVD

NOTE hardcoded to fetch for last 2196 days

python3 fetch_cves.py

Filter CVEs based on build-time info

python3 measure.py <path-to-kernel-CVEs.csv> --kernel-source <path-to-linux-source> --kernel-build <path-to-linux-build> --output-dir cve_compiled_results

Feedback and contributions welcome

This is a work in progress and we welcome any feedback or code contributions.

About

Pruning Linux Kernel CVEs based on code reachability analysis

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages