Skip to content

Commit d2ee7d1

Browse files
committed
Update pysaml2 to 4.6.0 (or higher) to fix CVE-2017-1000246
1 parent d5263f9 commit d2ee7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def read(*rnames):
7070
install_requires=[
7171
'defusedxml>=0.4.1',
7272
'Django>=1.8',
73-
'pysaml2==4.5.0',
73+
'pysaml2>=4.6.0',
7474
],
7575
extras_require=extra,
7676
)

0 commit comments

Comments
 (0)