5071 SNYK - Upgrade Pillow (and Wagtail) #5138
Merged
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.
Summary
Upgrading Pillow to address a vulnerability, which required a Wagtail upgrade. Luckily, the Wagtail upgrade addressed only the Pillow vulnerability and only changed the required version
Required reviewers
Impacted areas of the application
Pillow and Wagtail
Screenshots
None
Related PRs
None
How to test
Testing vulnerabilities is always tricky, like proving an absence. The vulnerability reads,
so to fully test it, we'd need to use a Linux or Mac, use a temporary directory with a space in its path, trigger Wagtail to use im.show(), and then check to make sure no unrelated files were removed?
For this review, it seems like the most we can do is make sure nothing major is broken, like making sure image uploads work (outside of localhost?) as expected?
./manage.py runserver