BLD: update pillow dependency#15534
Merged
dstansby merged 1 commit intomatplotlib:masterfrom Oct 27, 2019
Merged
Conversation
Pillow has a security issue for <6.2.0 (CVE-2019-16865). This is in violation of our normal support window for dependencies, however we are making an exception due to the CVE.
Member
Author
|
We only have a hard dependency on pillow on master branch. |
timhoffm
approved these changes
Oct 27, 2019
dstansby
approved these changes
Oct 27, 2019
Member
|
Should we set up https://dependabot.com/ for the project? It would have warned and created this PR automatically. |
Member
Author
|
github them selves warned us (or at least me?) about this one. |
Member
|
Ok, then at least you get the info already 😄. |
Member
|
TBH, I'm not really sure we need to do this regularly (having not looked at the CVE.) Patches could have been backported depending on where you get Pillow, so our requirement really should be about functionality. |
6 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.
Pillow has a security issue for <6.2.0 (CVE-2019-16865).
This is in violation of our normal support window for dependencies,
however we are making an exception due to the CVE.
This may be too aggressive of a pinning from our down-stream
packagers, but they can patch this out if required.
PR Summary
PR Checklist