Throw a RuntimeError on hash mismatch in Chooser._get_links#3885
Merged
sdispater merged 1 commit intopython-poetry:masterfrom Apr 29, 2021
0xDEC0DE:issue/2422
Merged
Throw a RuntimeError on hash mismatch in Chooser._get_links#3885sdispater merged 1 commit intopython-poetry:masterfrom 0xDEC0DE:issue/2422
sdispater merged 1 commit intopython-poetry:masterfrom
0xDEC0DE:issue/2422
Conversation
Contributor
Author
|
This will work best with python-poetry/poetry-core#159 |
sdispater
reviewed
Apr 7, 2021
Throw a specific exception in the case of finding a matching name+version, but none of the digests for a link matching the `poetry.lock` metadata. Fixes Issue #2422
3 tasks
This was referenced Aug 19, 2021
sdispater
added a commit
that referenced
this pull request
Aug 27, 2021
Backport security fix #3885 for package hashes to 1.1
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Throw a specific exception in the case of finding a matching name+version, but none of the digests for a link matching the
poetry.lockmetadata.Resolves: #2422