File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## 1.0.9 - Apr 04 2022
4
+
5
+ - Added +43 new CVE descriptions
6
+ - Improved CVE-2019-15221 detection
7
+ - Fixed CVE-2020-25670 detection
8
+ - Fixed CVE-2020-25671 detection
9
+ - Added `--exclude` option to drop CVEs from check
10
+ - Added `--ignore-files` option to exclude kernel files from check
11
+ - Added `--list` options to list all known CVEs
12
+ - Improved `--help` output
13
+ - Removed strict lscpu dependency
14
+ - Fixed a crash when using `--exploit` option and metadata is not available
15
+ - Fixed a crash when using `--config` option and CVE is found in an .h file
16
+
3
17
## 1.0.8 - Nov 02 2021
4
18
5
19
- Added +52 new CVE descriptions
Original file line number Diff line number Diff line change 18
18
from cvehound .kbuild import KbuildParser
19
19
from cvehound .config import Config
20
20
21
- __VERSION__ = '1.0.8 '
21
+ __VERSION__ = '1.0.9 '
22
22
23
23
24
24
class CVEhound :
You can’t perform that action at this time.
0 commit comments