Skip to content

Commit

Permalink
build(upgrade-setup-tool): addresses the redos vulnerability (#27)
Browse files Browse the repository at this point in the history
This commit bears the fix for a vulnerability found against setup tool version 58.1.0. It is now gets upgraded to 65.5.1 which addresses the vulnerability against regular expression denial of service attacks.

closes #26
  • Loading branch information
sufyankhanrao authored Jan 31, 2023
1 parent 635d4e6 commit fa7dd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ python-dateutil~=2.8.1
enum34~=1.1, >=1.1.10
apimatic-core-interfaces~=0.1.0
requests~=2.28.1
setuptools~=58.1.0
setuptools~=65.5.1
jsonpointer~=2.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'python-dateutil~=2.8.1',
'requests~=2.28.1',
'enum34~=1.1, >=1.1.10',
'setuptools~=58.1.0',
'setuptools~=65.5.1',
'jsonpointer~=2.3'
],
tests_require=[
Expand Down

0 comments on commit fa7dd56

Please sign in to comment.