Skip to content
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

[Security] Bump pillow from 6.0.0 to 6.2.1 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Oct 21, 2019

Bumps pillow from 6.0.0 to 6.2.1.

Release notes

Sourced from pillow's releases.

6.2.1

https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html

6.2.0

https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html

6.1.0

https://pillow.readthedocs.io/en/stable/releasenotes/6.1.0.html

Changelog

Sourced from pillow's changelog.

6.2.1 (2019-10-20)

  • This is the last Pillow release to support Python 2.7 #3642
  • Add support for Python 3.8 #4141 [hugovk]

6.2.0 (2019-10-01)

  • Catch buffer overruns #4104 [radarhere]
  • Initialize rows_per_strip when RowsPerStrip tag is missing #4034 [cgohlke, radarhere]
  • Raise error if TIFF dimension is a string #4103 [radarhere]
  • Added decompression bomb checks #4102 [radarhere]
  • Fix ImageGrab.grab DPI scaling on Windows 10 version 1607+ #4000 [nulano, radarhere]
  • Corrected negative seeks #4101 [radarhere]
  • Added argument to capture all screens on Windows #3950 [nulano, radarhere]
  • Updated warning to specify when Image.frombuffer defaults will change #4086 [radarhere]
  • Changed WindowsViewer format to PNG #4080 [radarhere]
  • Use TIFF orientation #4063 [radarhere]
  • Raise the same error if a truncated image is loaded a second time #3965 [radarhere]
  • Lazily use ImageFileDirectory_v1 values from Exif #4031 [radarhere]
  • Improved HSV conversion #4004 [radarhere]
  • Added text stroking #3978 [radarhere, hugovk]
  • No more deprecated bdist_wininst .exe installers #4029 [hugovk]
  • Do not allow floodfill to extend into negative coordinates #4017 [radarhere]
  • Fixed arc drawing bug for a non-whole number of degrees #4014 [radarhere]
  • Fix bug when merging identical images to GIF with a list of durations #4003 [djy0, radarhere]
  • Fix bug in TIFF loading of BufferedReader #3998 [chadawagner]
  • Added fallback for finding ld on MinGW Cygwin #4019 [radarhere]
  • Remove indirect dependencies from requirements.txt #3976 [hugovk]
  • Depends: Update libwebp to 1.0.3 #3983, libimagequant to 2.12.5 #3993, freetype to 2.10.1 #3991 [radarhere]
  • Change overflow check to use PY_SSIZE_T_MAX #3964 [radarhere]
  • Report reason for pytest skips #3942 [hugovk]

6.1.0 (2019-07-01)

  • Deprecate Image.__del__ #3929 [jdufresne]
  • Tiff: Add support for JPEG quality #3886 [olt]
  • Respect the PKG_CONFIG environment variable when building #3928 [chewi]
  • Use explicit memcpy() to avoid unaligned memory accesses #3225 [DerDakon]
  • Improve encoding of TIFF tags #3861 [olt]
  • Update Py_UNICODE to Py_UCS4 #3780 [nulano]
  • Consider I;16 pixel size when drawing #3899 [radarhere]
  • Add TIFFTAG_SAMPLEFORMAT to blocklist #3926 [cgohlke, radarhere]
  • Create GIF deltas from background colour of GIF frames if disposal mode is 2 #3708 [sircinnamon, radarhere]
  • Added ImageSequence all_frames #3778 [radarhere]
  • Use unsigned int to store TIFF IFD offsets #3923 [cgohlke]
  • Include CPPFLAGS when searching for libraries #3819 [jefferyto]
  • Updated TIFF tile descriptors to match current decoding functionality #3795 [dmnisson]
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 6.2.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@6.0.0...6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 21, 2019
@dependabot-preview
Copy link
Author

We've just been alerted that this update fixes a security vulnerability:

Sourced from The GitHub Security Advisory Database.

Low severity vulnerability that affects pillow
An issue was discovered in Pillow before 6.2.0. When reading specially crafted invalid image files, the library can either allocate very large amounts of memory or take an extremely long period of time to process the image.

Affected versions: ["< 6.2.0"]

@dependabot-preview dependabot-preview bot changed the title Bump pillow from 6.0.0 to 6.2.1 [Security] Bump pillow from 6.0.0 to 6.2.1 Oct 22, 2019
@dependabot-preview dependabot-preview bot added the security Pull requests that address a security vulnerability label Oct 22, 2019
@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants