Skip to content

Commit

Permalink
Fix Security Vulnerability with Numpy
Browse files Browse the repository at this point in the history
Addresses Dependabot alert 
Incomplete string comparison in the numpy.core component in NumPy1.9.x, which allows attackers to fail the APIs via constructing specific string objects.
  • Loading branch information
jason-fries authored Jun 22, 2022
1 parent 8249def commit 5071f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pandas==1.1.5
scipy==1.5.2
lxml>=4.6.3
spacy==3.0.5
numpy==1.19.2
numpy>=1.22
joblib==1.0.1
msgpack_python==0.5.6
norm==1.6.0
Expand Down

0 comments on commit 5071f59

Please sign in to comment.