Skip to content

Commit

Permalink
requirements.txt updated
Browse files Browse the repository at this point in the history
CVE-2019-18874
moderate severity
Vulnerable versions: <= 5.6.5
Patched version: 5.6.6

psutil (aka python-psutil) through 5.6.5 can have a double free. This occurs because of refcount mishandling within a while or for loop that converts system data into a Python object.
  • Loading branch information
ClarkFieseln committed Mar 1, 2021
1 parent 3e55caa commit 840bf9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions dist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pywin32==225
psutil==5.6.3
gmplot==1.2.0
getmac==0.8.2
pythonping==1.0.8
psutil==5.8.0
playsound==1.2.2
ip2geotools==0.1.5
pycountry==19.8.18
pythonping==1.0.8
pywin32==225
gmplot==1.2.0
ip2geotools==0.1.5
requests==2.22.0
dataclasses==0.7
dataclasses==0.8
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pywin32==225
psutil==5.6.3
gmplot==1.2.0
getmac==0.8.2
pythonping==1.0.8
psutil==5.8.0
playsound==1.2.2
ip2geotools==0.1.5
pycountry==19.8.18
pythonping==1.0.8
pywin32==225
gmplot==1.2.0
ip2geotools==0.1.5
requests==2.22.0
dataclasses==0.7
dataclasses==0.8

0 comments on commit 840bf9f

Please sign in to comment.