Skip to content

Commit e529baf

Browse files
Update with issue number
1 parent 9f81791 commit e529baf

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_tarfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4415,6 +4415,7 @@ def test_sneaky_hardlink_fallback(self):
44154415

44164416
@symlink_test
44174417
def test_sneaky_hardlink_fallback_deep(self):
4418+
# (CVE-2026-11940)
44184419
with ArchiveMaker() as arc:
44194420
arc.add("a/b/s", symlink_to=os.path.join("..", "escape"))
44204421
arc.add("s", hardlink_to=os.path.join("a", "b", "s"))

Misc/NEWS.d/next/Security/2026-06-10-13-08-19.gh-issue-111111.mL74i2.rst renamed to Misc/NEWS.d/next/Security/2026-06-10-13-08-19.gh-issue-151558.mL74i2.rst

File renamed without changes.

0 commit comments

Comments
 (0)