Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' into improvement/retry-timeout-args
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jan 14, 2020
2 parents 3202241 + a704cff commit 1c29088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
This utility determines if a host appears susceptible to
[CVE-2019-19781](https://nvd.nist.gov/vuln/detail/CVE-2019-19781).

## Requirements ##

Python versions 3.6 and above. Note that Python 2 *is not* supported.

## Installation ##

From a release:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def package_vars(version_file):
"pytest",
]
},
python_requires=">=3.6",
# Conveniently allows one to run the CLI tool as `cve-2019-19781`
entry_points={"console_scripts": ["cve-2019-19781=check_cve.check:main"]},
)

0 comments on commit 1c29088

Please sign in to comment.