Skip to content

Commit

Permalink
CVEhound 1.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Efremov <efremov@linux.com>
  • Loading branch information
evdenis committed Oct 14, 2021
1 parent eecd3be commit 7f49e91
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# ChangeLog

## 1.0.6 - Oct 14 2021

- Restored support for python 3.5
- Fixed `cvehound --cve all ...` argument
- Added minimal coccinelle version to **CVE-2021-38209**, **CVE-2021-3656** rules
- Changed minimal coccinelle version from 1.0.8 to 1.0.7 in **CVE-2020-24490** rule
- Removed minimal coccinelle version for **CVE-2021-0342** rule
- Fixed setup.py by adding `lxml` dependency required for `cvehound_update_metadata`
- Fixed **CVE-2015-4700** false positive with `--all-files`
- Added `--cve [all, assigned, disputed]` modes. Changed default mode from _all_ to _assigned_
- Moved **CVE-2021-3178**, **CVE-2019-12382**, **CVE-2019-12455**, **CVE-2019-19770** to disputed mode
- Fixed coccinelle installation from git in CI
- Added coccinelle 1.0.4 to CI
- Added ChangeLog

## 1.0.5 - Oct 01 2021

- Added section about LICENSE to README.md
- Simplified .grep patterns handling
- Added +40 new CVE descriptions
- Added `--exploit` filter to check only for CVEs known to have exploits (according to FSTEC BDU database)
- Added `cvehound_update_rules` script to fetch detection rules from git without updating a tool
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.5'
__VERSION__ = '1.0.6'


class CVEhound:
Expand Down

0 comments on commit 7f49e91

Please sign in to comment.