BugFix: prevent evil insertions into metadata.json resulted in corrupted package and inability to install - #8532
Merged
Conversation
memsharded
requested changes
Feb 19, 2021
memsharded
left a comment
Member
There was a problem hiding this comment.
I like the idea to protect against this, but it seems that this should be captured earlier to redirect the flow earlier.
jgsogo
approved these changes
Feb 19, 2021
memsharded
approved these changes
Feb 19, 2021
memsharded
left a comment
Member
There was a problem hiding this comment.
I think this is good, and should be low risk.
Recall this is targeted at release/1.32, we want it in 1.33 (and of course develop)
Contributor
Contributor
|
We show the error again, it happened as expected: #8519 (comment) I will add this to a release so it doesn't get lost. This patch is a step forward, for sure. |
lasote
suggested changes
May 24, 2021
lasote
left a comment
Contributor
There was a problem hiding this comment.
Please change the changelog line to something more useful
SSE4
commented
May 24, 2021
lasote
reviewed
May 25, 2021
SSE4
force-pushed
the
avoid_evil_insertions
branch
from
May 25, 2021 10:39
23e6ffe to
6f54798
Compare
SSE4
force-pushed
the
avoid_evil_insertions
branch
from
May 25, 2021 10:45
6f54798 to
6b9d6f6
Compare
Signed-off-by: SSE4 <tomskside@gmail.com>
SSE4
force-pushed
the
avoid_evil_insertions
branch
from
May 25, 2021 11:13
6b9d6f6 to
94d20d5
Compare
lasote
approved these changes
May 27, 2021
4 tasks
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 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.
#TAGS: slow
see #8519
Changelog: BugFix: Prevent evil insertions into metadata.json resulted in corrupted package and inability to install.
Docs: omit
developbranch, documenting this one.Note: By default this PR will skip the slower tests and will use a limited set of python versions. Check here how to increase the testing level by writing some tags in the current PR body text.