-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Tarfile.extract doesn't fully respect the filter parameter #151987
Copy link
Copy link
Open
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.16new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-securityA security issueA security issue
Description
Metadata
Metadata
Assignees
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.16new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-securityA security issueA security issue
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
No status
Bug report
In the
Tarfile.extractfunction, thefilterparameter is not called properly when extracting a hardlink whose target is not present (and the file is extracted from the archive rather than linked).Linked PRs