Skip to content

Commit

Permalink
CVEhound 1.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Efremov <[email protected]>
  • Loading branch information
evdenis committed Apr 4, 2022
1 parent b32e09f commit 73d15fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ChangeLog

## 1.0.9 - Apr 04 2022

- Added +43 new CVE descriptions
- Improved CVE-2019-15221 detection
- Fixed CVE-2020-25670 detection
- Fixed CVE-2020-25671 detection
- Added `--exclude` option to drop CVEs from check
- Added `--ignore-files` option to exclude kernel files from check
- Added `--list` options to list all known CVEs
- Improved `--help` output
- Removed strict lscpu dependency
- Fixed a crash when using `--exploit` option and metadata is not available
- Fixed a crash when using `--config` option and CVE is found in an .h file

## 1.0.8 - Nov 02 2021

- Added +52 new CVE descriptions
Expand Down
2 changes: 1 addition & 1 deletion cvehound/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from cvehound.kbuild import KbuildParser
from cvehound.config import Config

__VERSION__ = '1.0.8'
__VERSION__ = '1.0.9'


class CVEhound:
Expand Down

0 comments on commit 73d15fa

Please sign in to comment.