Skip to content

Commit cf04b23

Browse files
committed
CVEhound 1.0.8
Signed-off-by: Denis Efremov <[email protected]>
1 parent 9383a98 commit cf04b23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## 1.0.8 - Nov 02 2021
4+
5+
- Added +52 new CVE descriptions
6+
- Improved CVE-2014-1737 detection
7+
- Improved CVE-2014-1738 detection
8+
39
## 1.0.7 - Oct 14 2021
410

511
- Fixed `cvehound --cve all ...` invocation

cvehound/__init__.py

+1-1
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.7'
21+
__VERSION__ = '1.0.8'
2222

2323

2424
class CVEhound:

0 commit comments

Comments
 (0)