Skip to content

Commit fa7dd56

Browse files
build(upgrade-setup-tool): addresses the redos vulnerability (#27)
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
1 parent 635d4e6 commit fa7dd56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ python-dateutil~=2.8.1
33
enum34~=1.1, >=1.1.10
44
apimatic-core-interfaces~=0.1.0
55
requests~=2.28.1
6-
setuptools~=58.1.0
6+
setuptools~=65.5.1
77
jsonpointer~=2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'python-dateutil~=2.8.1',
2828
'requests~=2.28.1',
2929
'enum34~=1.1, >=1.1.10',
30-
'setuptools~=58.1.0',
30+
'setuptools~=65.5.1',
3131
'jsonpointer~=2.3'
3232
],
3333
tests_require=[

0 commit comments

Comments
 (0)