Skip to content

Commit 73d15fa

Browse files
committed
CVEhound 1.0.9
Signed-off-by: Denis Efremov <[email protected]>
1 parent b32e09f commit 73d15fa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# ChangeLog
22

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+
317
## 1.0.8 - Nov 02 2021
418

519
- Added +52 new CVE descriptions

cvehound/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from cvehound.kbuild import KbuildParser
1919
from cvehound.config import Config
2020

21-
__VERSION__ = '1.0.8'
21+
__VERSION__ = '1.0.9'
2222

2323

2424
class CVEhound:

0 commit comments

Comments
 (0)