Skip to content

Commit

Permalink
Make CVE-2020-10735 allowlist entries Windows-only (python#10318)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jun 14, 2023
1 parent 5beddbe commit c38fc45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/stubtest_allowlists/py3_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
Expand Down
5 changes: 5 additions & 0 deletions tests/stubtest_allowlists/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)?

0 comments on commit c38fc45

Please sign in to comment.