unfoldingWord-dev / translationDatabaseWeb

https://td.unfoldingword.org
8 stars 7 forks source link

[Security] Bump pillow from 3.0.0 to 6.2.1 #721

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pillow from 3.0.0 to 6.2.1.

Release notes *Sourced from [pillow's releases](https://github.com/python-pillow/Pillow/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 > > ## 6.0.0 > No release notes provided. > > ## 5.4.1 > No release notes provided. > > ## 5.4.0 > No release notes provided. > > ## 5.3.0 > No release notes provided. > > ## 5.2.0 > No release notes provided. > > ## 5.1.0 > No release notes provided. > > ## 5.0.0 > No release notes provided. > > ## 4.3.0 > No release notes provided. > > ## 4.2.1 > No release notes provided. > > ## 4.2.0 > No release notes provided. > > ## 4.1.1 > No release notes provided. > > ## 4.1.0 > No release notes provided. > > 4.0.0 tag had a typo in the version in setup.py, hence 4.0.0a > > ## 3.4.2 > No release notes provided. > > ... (truncated)
Changelog *Sourced from [pillow's changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst).* > 6.2.1 (2019-10-21) > ================== > > - This is the last Pillow release to support Python 2.7 [#3642](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3642) > - Add support for Python 3.8 [#4141](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4141) \[hugovk\] > > 6.2.0 (2019-10-01) > ================== > > - Catch buffer overruns [#4104](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4104) \[radarhere\] > - Initialize rows\_per\_strip when RowsPerStrip tag is missing [#4034](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4034) \[cgohlke, radarhere\] > - Raise error if TIFF dimension is a string [#4103](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4103) \[radarhere\] > - Added decompression bomb checks [#4102](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4102) \[radarhere\] > - Fix ImageGrab.grab DPI scaling on Windows 10 version 1607+ [#4000](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4000) \[nulano, radarhere\] > - Corrected negative seeks [#4101](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4101) \[radarhere\] > - Added argument to capture all screens on Windows [#3950](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3950) \[nulano, radarhere\] > - Updated warning to specify when Image.frombuffer defaults will change [#4086](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4086) \[radarhere\] > - Changed WindowsViewer format to PNG [#4080](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4080) \[radarhere\] > - Use TIFF orientation [#4063](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4063) \[radarhere\] > - Raise the same error if a truncated image is loaded a second time [#3965](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3965) \[radarhere\] > - Lazily use ImageFileDirectory\_v1 values from Exif [#4031](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4031) \[radarhere\] > - Improved HSV conversion [#4004](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4004) \[radarhere\] > - Added text stroking [#3978](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3978) \[radarhere, hugovk\] > - No more deprecated bdist\_wininst .exe installers [#4029](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4029) \[hugovk\] > - Do not allow floodfill to extend into negative coordinates [#4017](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4017) \[radarhere\] > - Fixed arc drawing bug for a non-whole number of degrees [#4014](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4014) \[radarhere\] > - Fix bug when merging identical images to GIF with a list of durations [#4003](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4003) \[djy0, radarhere\] > - Fix bug in TIFF loading of BufferedReader [#3998](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3998) \[chadawagner\] > - Added fallback for finding ld on MinGW Cygwin [#4019](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4019) \[radarhere\] > - Remove indirect dependencies from requirements.txt [#3976](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3976) \[hugovk\] > - Depends: Update libwebp to 1.0.3 [#3983](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3983), libimagequant to 2.12.5 [#3993](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3993), freetype to 2.10.1 [#3991](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3991) \[radarhere\] > - Change overflow check to use PY\_SSIZE\_T\_MAX [#3964](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3964) \[radarhere\] > - Report reason for pytest skips [#3942](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3942) \[hugovk\] > > 6.1.0 (2019-07-01) > ================== > > - Deprecate Image.\_\_del\_\_ [#3929](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3929) \[jdufresne\] > - Tiff: Add support for JPEG quality [#3886](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3886) \[olt\] > - Respect the PKG\_CONFIG environment variable when building [#3928](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3928) \[chewi\] > - Use explicit memcpy() to avoid unaligned memory accesses [#3225](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3225) \[DerDakon\] > - Improve encoding of TIFF tags [#3861](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3861) \[olt\] > - Update Py\_UNICODE to Py\_UCS4 [#3780](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3780) \[nulano\] > - Consider I;16 pixel size when drawing [#3899](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3899) \[radarhere\] > - Add TIFFTAG\_SAMPLEFORMAT to blocklist [#3926](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3926) \[cgohlke, radarhere\] > - Create GIF deltas from background colour of GIF frames if disposal mode is 2 [#3708](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3708) \[sircinnamon, radarhere\] > - Added ImageSequence all\_frames [#3778](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3778) \[radarhere\] > - Use unsigned int to store TIFF IFD offsets [#3923](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3923) \[cgohlke\] > - Include CPPFLAGS when searching for libraries [#3819](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3819) \[jefferyto\] > - Updated TIFF tile descriptors to match current decoding functionality [#3795](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/3795) \[dmnisson\] > ... (truncated)
Commits - [`6e0f07b`](https://github.com/python-pillow/Pillow/commit/6e0f07bbe38def22d36ee176b2efd9ea74b453a6) Pillow 6.2.1 is the last to support Python 2.7 - [`39d26d3`](https://github.com/python-pillow/Pillow/commit/39d26d3f903e151423a711f2f5eeac6168a97692) 6.2.1 version bump - [`ee9e21a`](https://github.com/python-pillow/Pillow/commit/ee9e21aff1cf0ec6c07dc68d6f266eee4c84f948) Add release notes for Pillow 6.2.1 - [`efcfb91`](https://github.com/python-pillow/Pillow/commit/efcfb91b71955dff1d1fdd17da1147580f872859) Update CHANGES.rst [CI skip] - [`f97c4dd`](https://github.com/python-pillow/Pillow/commit/f97c4ddb0afde378a40a5f94ac88f25327387055) 6.2.x: Add support for Python 3.8 ([#4151](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4151)) - [`b78edcc`](https://github.com/python-pillow/Pillow/commit/b78edcc9e4bae68fb206e71895d6a9fd23d49f40) Add support for Python 3.8 - [`8a30d13`](https://github.com/python-pillow/Pillow/commit/8a30d135378dc6a1c3c08fa4bb9fbc15370feedf) Updated CHANGES.rst [ci skip] - [`75602d1`](https://github.com/python-pillow/Pillow/commit/75602d12e1b6f2152ab5bd1acfb62a9c8a4a0432) 6.2.0 version bump - [`4756af9`](https://github.com/python-pillow/Pillow/commit/4756af9c1027ae620eaa9538d6b0dd9b0e844fca) Updated CHANGES.rst [ci skip] - [`cc16025`](https://github.com/python-pillow/Pillow/commit/cc16025e234b7a7a4dd3a86d2fdc0980698db9cc) Merge pull request [#4104](https://github-redirect.dependabot.com/python-pillow/Pillow/issues/4104) from radarhere/overrun - Additional commits viewable in [compare view](https://github.com/python-pillow/Pillow/compare/3.0.0...6.2.1)


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

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"]