-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Backport CVE-47273 fix from 78.1.1 to 75.3.2 #5100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
UladzimirTrehubenka
wants to merge
333
commits into
pypa:maint/75.3
from
UladzimirTrehubenka:backport_cve_47273
Closed
Backport CVE-47273 fix from 78.1.1 to 75.3.2 #5100
UladzimirTrehubenka
wants to merge
333
commits into
pypa:maint/75.3
from
UladzimirTrehubenka:backport_cve_47273
+7,288
−7,861
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This reverts commit 913d50a.
… calling `wheel.metadata.pkginfo_to_metadata`) (pypa#4701)
…workVersion64`` properties of ``setuptools.msvc.PlatformInfo`` to return an empty `tuple` instead of `None` as a fallthrough case
Remove Python version gate in _make_strs.
…_check-an-actual-boolean Make `sdist.metadata_check` an actual boolean
…tations Merge typeshed's `setuptools._distutils` annotations
In build_scripts, unconditionally set shebang to #!python.
…lers module. Closes pypa#4866
In config command, move to eager imports. Restore LinkError to ccompilers module.
Merge with distutils @ 5589d75
Author
Member
|
I recently moved the maint/75.3 branch around because it was pointing at the wrong commit. Sorry if that messed this PR up. Please consider cherry-picking your change against the latest maint/75.3 branch and either open a new PR or ask and I can re-open this one. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #4946, allow to use upcoming (I hope) 75.3.3 against Python 3.8 (which is still widely used) and prevent issues with vulnerability scanning tools.