Skip to content

Commit 25f1896

Browse files
authored
Merge pull request #128 from plumdog/update_pysaml2_to_fix_cve-2017-1000246
Update pysaml2 to 4.6.0 (or higher) to fix CVE-2017-1000246
2 parents d5263f9 + d2ee7d1 commit 25f1896

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)