| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ser option parsing (pythonGH-146399) Use negative lookahead in option regex to prevent backtracking, and to avoid changing logic outside the regexes (since people could use the regex directly). (cherry picked from commit 7e0a0be) Co-authored-by: Joshua Swanson <22283299+joshuaswanson@users.noreply.github.com>
|
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11, 3.12. |
Sorry, something went wrong.
|
Sorry, @encukou, I could not cleanly backport this to 3.12 due to a conflict. cherry_picker a5969e8f0fda37aaf0e2f844fdcfca9d822a70b1 3.12 |
Sorry, something went wrong.
|
Sorry, @encukou, I could not cleanly backport this to 3.11 due to a conflict. cherry_picker a5969e8f0fda37aaf0e2f844fdcfca9d822a70b1 3.11 |
Sorry, something went wrong.
|
Sorry, @encukou, I could not cleanly backport this to 3.10 due to a conflict. cherry_picker a5969e8f0fda37aaf0e2f844fdcfca9d822a70b1 3.10 |
Sorry, something went wrong.
|
Please don't forget about backports. |
Sorry, something went wrong.
|
GH-154081 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
|
GH-154877 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-154878 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
…tion parsing (GH-146399) (GH-148559) (#154081) Use negative lookahead in option regex to prevent backtracking, and to avoid changing logic outside the regexes (since people could use the regex directly). (cherry picked from commit 7e0a0be) (cherry picked from commit a5969e8) Co-authored-by: Joshua Swanson <22283299+joshuaswanson@users.noreply.github.com>
…tion parsing (GH-146399) (GH-148559) (#154877) [3.12] gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399) (GH-148559) Use negative lookahead in option regex to prevent backtracking, and to avoid changing logic outside the regexes (since people could use the regex directly). (cherry picked from commit 7e0a0be) (cherry picked from commit a5969e8) Co-authored-by: Joshua Swanson <22283299+joshuaswanson@users.noreply.github.com>
…tion parsing (GH-146399) (GH-148559) (#154878) Use negative lookahead in option regex to prevent backtracking, and to avoid changing logic outside the regexes (since people could use the regex directly). (cherry picked from commit 7e0a0be) (cherry picked from commit a5969e8) Co-authored-by: Joshua Swanson <22283299+joshuaswanson@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Use negative lookahead in option regex to prevent backtracking, and to avoid changing logic outside the regexes (since people could use the regex directly).
(cherry picked from commit 7e0a0be)