Skip to content

Commit

Permalink
Merge pull request #53 from dimagi/dm/cve-2019-19118
Browse files Browse the repository at this point in the history
Comment about CVE-2019-19118
  • Loading branch information
millerdev authored Dec 5, 2019
2 parents 82cc103 + 02169c6 commit 542e9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def get_readme():
packages=find_packages(),
zip_safe=False,
install_requires=[
# avoid django>=2.1.0,<2.1.15,>=2.2.0,<2.2.8 due to CVE-2019-19118
# https://github.com/advisories/GHSA-hvmf-r92r-27hr
'django>=1.8,<2.1',
'jsonfield>=1.0.3',
'simplejson',
Expand Down

0 comments on commit 542e9be

Please sign in to comment.