Skip to content

Conversation

@jaraco
Copy link
Member

@jaracojaraco commented Jan 22, 2022

  • bpo-46474: Fix for REDoS in EntryPoint.pattern (importlib_metadata 4.10.1).

https://bugs.python.org/issue46474

@jaracojaracoforce-pushed the bpo-46474/entrypoint-regex-fix branch from 84d3bd8 to 567eb96CompareJanuary 22, 2022 19:53
@jaracojaraco changed the base branch from main to bpo-46474/entrypoint-regexJanuary 22, 2022 19:53
Base automatically changed from bpo-46474/entrypoint-regex to mainJanuary 23, 2022 02:39
@jaracojaraco merged commit 51c3e28 into mainJan 23, 2022
@jaracojaraco deleted the bpo-46474/entrypoint-regex-fix branch January 23, 2022 04:00
@miss-islington
Copy link
Contributor

Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9, 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @jaraco, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 51c3e28c8a163e58dc753765e3cc51d5a717e70d 3.10

@miss-islington
Copy link
Contributor

Sorry, @jaraco, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 51c3e28c8a163e58dc753765e3cc51d5a717e70d 3.9

@miss-islington
Copy link
Contributor

Sorry @jaraco, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 51c3e28c8a163e58dc753765e3cc51d5a717e70d 3.8

@miss-islington
Copy link
Contributor

Sorry, @jaraco, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 51c3e28c8a163e58dc753765e3cc51d5a717e70d 3.7

jaraco added a commit that referenced this pull request Jan 23, 2022
…lib_metadata 4.10.1) (GH-30803) (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
@bedevere-bot
Copy link

GH-30827 is a backport of this pull request to the 3.10 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.10 only security fixes label Jan 23, 2022
jaraco added a commit that referenced this pull request Jan 23, 2022
…ib_metadata 4.10.1) (GH-30803). (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
@bedevere-bot
Copy link

GH-30828 is a backport of this pull request to the 3.9 branch.

jaraco added a commit that referenced this pull request Jan 23, 2022
…ib_metadata 4.10.1) (GH-30803). (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
@bedevere-bot
Copy link

GH-30829 is a backport of this pull request to the 3.8 branch.

jaraco added a commit that referenced this pull request Jan 23, 2022
…ib_metadata 4.10.1) (GH-30803). (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
jaraco added a commit that referenced this pull request Jan 23, 2022
…lib_metadata 4.10.1) (GH-30803) (GH-30827) (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
jaraco added a commit that referenced this pull request Jan 23, 2022
…ib_metadata 4.10.1) (GH-30803). (GH-30828) (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
ambv pushed a commit that referenced this pull request Feb 14, 2022
…ib_metadata 4.10.1) (GH-30803). (#30829) (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…ib_metadata 4.10.1) (pythonGH-30803). (pythonGH-30828) (cherry picked from commit 51c3e28) Co-authored-by: Jason R. Coombs <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-securityA security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@jaraco@miss-islington@bedevere-bot@the-knights-who-say-ni