There was an error while loading. Please reload this page.
1 parent 140d70a commit 7bf9559Copy full SHA for 7bf9559
Misc/ACKS
@@ -356,6 +356,7 @@ Jonathan Dasteel
356
Pierre-Yves David
357
A. Jesse Jiryu Davis
358
Jake Davis
359
+Jamie (James C.) Davis
360
Ratnadeep Debnath
361
Merlijn van Deen
362
John DeGood
Misc/NEWS.d/next/Security/2018-03-02-10-24-52.bpo-32981.O_qDyj.rst
@@ -0,0 +1,4 @@
1
+Regexes in difflib and poplib were vulnerable to catastrophic backtracking.
2
+These regexes formed potential DOS vectors (REDOS). They have been
3
+refactored. This resolves CVE-2018-1060 and CVE-2018-1061.
4
+Patch by Jamie Davis.
0 commit comments