- Added +70 new CVE descriptions - Added `cvehound_update_metadata` script to fetch latest json from linuxkernelcves.com - Added `--cwe` option to check only specified cwe-ids (classes) - Added `--files` option to check only specified kernel dirs - Added `--config` option to infer kernel configs from Makefile/Kbuild files and check kernel .config files - Changed last metadata update date in output to commit date - Added **linux-next** to CI - Added multiple coccinelle versions to CI - Many small fixes
0.2.1
- Added +40 new CVE descriptions
0.2.0
- Refactored tests - Added **linux-stable** to CI - Added metainformation from linuxkernelcves.com - Fix **CVE-2020-25211** detection on "Fixes" commit - Changed **CVE-2020-0465** detection
0.1.3
- Added coccinelle 1.0.4, 1.0.5, 1.0.6, 1.0.7 support - Reworked tests - Added GitHub actions CI - Fixed _Files_ tag for **CVE-2019-19448** - Fixed descriptions for existing rules
0.1.2
- Fixed python's 3.9 dependency - Added support for python 3.5