-
-
Notifications
You must be signed in to change notification settings - Fork 610
chore: update python toolchains #3074
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
chore: update python toolchains #3074
Conversation
CVE-2025-47273 is a vuln in setuptools, how does the interpreter address it? |
- use the SHA256SUMS file instead of individual sha256sum files. This improves the speed of the tooling and also the old files just disappeared for the latest toolchain release. - update to the latest release.
00125dc
to
81e5bdd
Compare
This is because |
can we get this cherry picked onto 1.5 to resolve the CVE? |
That's a good idea. |
Yeah I finally tracked down where my cve alert was coming from and now I'm using python.override to pick up these new versions. But releasing a patch version of rules_python will make the fix more likely to be picked up by everyone |
improves the speed of the tooling and also the old files just
disappeared for the latest toolchain release.