Message380413
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 |
|
Date |
User |
Action |
Args |
2020-11-05 15:26:11 | Pixmew | set | recipients:
+ Pixmew, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, yetingli |
2020-11-05 15:26:11 | Pixmew | set | messageid: <1604589971.82.0.339604080974.issue41712@roundup.psfhosted.org> |
2020-11-05 15:26:11 | Pixmew | link | issue41712 messages |
2020-11-05 15:26:11 | Pixmew | create | |
|