-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
python310Packages.future: 0.18.2 -> 0.18.3 #210072
Merged
Merged
Conversation
This file contains 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
dotlambda
added
1.severity: security
Issues which raise a security issue, or PRs that fix one
backport release-22.11
labels
Jan 10, 2023
ofborg
bot
added
10.rebuild-linux: 2501-5000
and removed
10.rebuild-linux: 1001-2500
labels
Jan 11, 2023
dotlambda
force-pushed
the
CVE-2022-40899
branch
from
January 14, 2023 12:19
6cb5f9c
to
15c31d9
Compare
dotlambda
changed the title
python310Packages.future: patch CVE-2022-40899
python310Packages.future: 0.18.2 -> 0.18.3
Jan 14, 2023
dotlambda
force-pushed
the
CVE-2022-40899
branch
from
January 14, 2023 21:16
15c31d9
to
57b9fc2
Compare
1 task
Successfully created backport PR #211514 for |
Comment on lines
+17
to
+23
pythonImportsCheck = [ | ||
"future.builtins" | ||
"future.moves" | ||
"future.standard_library" | ||
"past.builtins" | ||
"past.translation" | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for digging up several imports!
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1.severity: security
Issues which raise a security issue, or PRs that fix one
6.topic: python
8.has: clean-up
10.rebuild-darwin: 501+
10.rebuild-darwin: 1001-2500
10.rebuild-linux: 501+
10.rebuild-linux: 2501-5000
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.
We should really remove future from the package set.
Description of changes
https://github.com/PythonCharmers/python-future/releases/tag/v0.18.3
fixes CVE-2022-40899
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes