]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 23 Jan 2022 15:17:41 +0000 (10:17 -0500)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 15:17:41 +0000 (10:17 -0500)
commit1514d1252f96e6a83eb65c439522a6b5443f6a1a
tree06c07df4577e985e9ac8797efcb2315645637222
parentd0852c447aae650b665aaad61d914a1dc4d7ad96
[3.9] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803). (GH-30828)

(cherry picked from commit 51c3e28c8a163e58dc753765e3cc51d5a717e70d)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/importlib/metadata.py
Misc/NEWS.d/next/Library/2022-01-22-14-49-10.bpo-46474.eKQhvx.rst [new file with mode: 0644]