This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Pixmew
Recipients Pixmew, paul.moore, serhiy.storchaka, steve.dower, tim.golden, yetingli, zach.ware
Date 2020-11-05.15:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604589971.82.0.339604080974.issue41712@roundup.psfhosted.org>
In-reply-to
Content
Vulnerable regex conditions are removed

bpo-41712: Removal of Vulnerable regex conditions  
Using suggestion  ""For example, you can modify the sub-pattern \w+\d+ to ([A-Za-z_]*\d)+""  and converted to ([A-za-z_]+\d+)
which should Fix the issue of vulnerable regex.
Test Result : Working as intended

Sorry if this not much this is my first pr to big org
History
Date User Action Args
2020-11-05 15:26:11Pixmewsetrecipients: + Pixmew, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, yetingli
2020-11-05 15:26:11Pixmewsetmessageid: <1604589971.82.0.339604080974.issue41712@roundup.psfhosted.org>
2020-11-05 15:26:11Pixmewlinkissue41712 messages
2020-11-05 15:26:11Pixmewcreate