Make CVE-2020-10735 allowlist entries Windows-only (#10318)

This commit is contained in:
Alex Waygood
2023-06-14 18:36:24 +01:00
committed by GitHub
parent 5beddbe883
commit c38fc45d9c
2 changed files with 5 additions and 5 deletions

View File

@@ -609,11 +609,6 @@ typing.IO.__iter__ # See https://github.com/python/typeshed/commit/97bc450acd60
# so stubtest will sometimes complain about exported names being different at runtime to the exported names in the stub
(locale.__all__)?
# Added in a patch release, backported to all security branches,
# but have yet to find their way to all GitHub Actions images
(sys.get_int_max_str_digits)?
(sys.set_int_max_str_digits)?
# Added or modified in a patch release, backported to all security branches,
# but have yet to find their way to all GitHub Actions images
(tarfile.tar_filter)?

View File

@@ -66,3 +66,8 @@ tty
# pathlib functions that rely on modules that don't exist on Windows
pathlib.Path.owner
pathlib.Path.group
# Added in a patch release, backported to all security branches,
# but have yet to find their way to all GitHub Actions images
(sys.get_int_max_str_digits)?
(sys.set_int_max_str_digits)?