Skip to content

Commit

Permalink
CVEhound 1.0.7
Browse files Browse the repository at this point in the history
Hotfix release.

Signed-off-by: Denis Efremov <[email protected]>
  • Loading branch information
evdenis committed Oct 14, 2021
1 parent 057aca1 commit c2bd0c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog

## 1.0.7 - Oct 14 2021

- Fixed `cvehound --cve all ...` invocation
- Changed `--report-strict` argument to `--check-strict`

## 1.0.6 - Oct 14 2021

- Restored support for python 3.5
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.6'
__VERSION__ = '1.0.7'


class CVEhound:
Expand Down

0 comments on commit c2bd0c7

Please sign in to comment.