https://github.com/python/cpython/commit/d9e2126013904f91380c25592986d284cd7bee19 commit: d9e2126013904f91380c25592986d284cd7bee19 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba <[email protected]> date: 2024-04-16T22:20:47Z summary:
gh-112844: Fix xz CPE identifier (GH-117656) (cherry picked from commit d70ee13e575ae4832f2824add64dba77ce5ab7ad) Co-authored-by: Seth Michael Larson <[email protected]> files: M Misc/externals.spdx.json diff --git a/Misc/externals.spdx.json b/Misc/externals.spdx.json index 12cbc54c756a4e..8080e1f3217c6a 100644 --- a/Misc/externals.spdx.json +++ b/Misc/externals.spdx.json @@ -160,7 +160,7 @@ "externalRefs": [ { "referenceCategory": "SECURITY", - "referenceLocator": "cpe:2.3:a:xz_project:xz:5.2.5:*:*:*:*:*:*:*", + "referenceLocator": "cpe:2.3:a:tukaani:xz:5.2.5:*:*:*:*:*:*:*", "referenceType": "cpe23Type" } ], _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
