Skip to content

Commit

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

## 1.1.0 - Jun 04 2022

- Added +69 new CVE descriptions
- Renamed `--config` option to `--kernel-config`
- Added `--config` option to support config.ini files with default settings
- Added `--metadata` option to support custom path to kernel_cves.json.gz
- Added `CVEHOUND_METADATA` environment to support custom path to
kernel_cves.json.gz
- Added file and line fields to json report
- Fixed kernel sources detection problem for kernels < 2.6.12-rc2
- Renamed CVE-2022-0886 (rejected) to CVE-2022-27666

## 1.0.9 - Apr 04 2022

- Added +43 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.9'
__VERSION__ = '1.1.0'


class CVEhound:
Expand Down

0 comments on commit b3076ec

Please sign in to comment.