Pruning Linux Kernel CVEs based on code reachability analysis
NOTE hardcoded to fetch for last 2196 days
python3 fetch_cves.py
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
This is a work in progress and we welcome any feedback or code contributions.