Skip to content

Commit

Permalink
CVEhound 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Efremov <[email protected]>
  • Loading branch information
evdenis committed Feb 15, 2024
1 parent e37406a commit bbd23f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ChangeLog

## 1.2.0 - Feb 15 2024

- Added +98 new CVE descriptions
- Added `--exclude <file>` option to exclude CVE-ids from the file from checks
- Added macOS support (it's possible to run the tool on the system)
- Added multiprocessing support
- Fixed ordering in reports (reproducibility)

## 1.1.0 - Jun 04 2022

- Added +69 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 @@ -13,7 +13,7 @@
from cvehound.kbuild import KbuildParser
from cvehound.config import Config

__VERSION__ = '1.1.0'
__VERSION__ = '1.2.0'


class CVEhound:
Expand Down

0 comments on commit bbd23f4

Please sign in to comment.