Bumps django from 1.11.11 to 2.2.1. This update includes security fixes.
Vulnerabilities fixed
*Sourced from The GitHub Security Advisory Database.*
> **Moderate severity vulnerability that affects django**
> django.middleware.common.CommonMiddleware in Django 1.11.x before 1.11.15 and 2.0.x before 2.0.8 has an Open Redirect.
>
> Affected versions: >= 1.11.0, < 1.11.15
*Sourced from The GitHub Security Advisory Database.*
> **Low severity vulnerability that affects django**
> In Django 1.11.x before 1.11.18, 2.0.x before 2.0.10, and 2.1.x before 2.1.5, an Improper Neutralization of Special Elements in Output Used by a Downstream Component issue exists in django.views.defaults.page_not_found(), leading to content spoofing (in a 404 error page) if a user fails to recognize that a crafted URL has malicious content.
>
> Affected versions: < 1.11.18
*Sourced from The GitHub Security Advisory Database.*
> **Memory exhaustion in django.utils.numberformat.format()**
> If django.utils.numberformat.format() -- used by contrib.admin as well as the the floatformat, filesizeformat, and intcomma templates filters -- received a Decimal with a large number of digits or a large exponent, it could lead to significant memory usage due to a call to '{:f}'.format().
>
> Affected versions: >= 1.11.0, < 1.11.19; >= 2.0.0, < 2.0.11; >= 2.1.0, < 2.1.6
*Sourced from The GitHub Security Advisory Database.*
> **Moderate severity vulnerability that affects django**
> Django 1.11.x before 1.11.19, 2.0.x before 2.0.11, and 2.1.x before 2.1.6 allows Uncontrolled Memory Consumption via a malicious attacker-supplied value to the django.utils.numberformat.format() function.
>
> Affected versions: < 1.11.19
Commits
- [`d5b0625`](https://github.com/django/django/commit/d5b0625cdf1abecca9511dd1edec4c1b610116ef) [2.2.x] Bumped version for 2.2.1 release.
- [`9d5ce09`](https://github.com/django/django/commit/9d5ce09aec1830b4f1abead2c5e7bdbf30571468) [2.2.x] Updated man page for Django 2.2.
- [`e7629ce`](https://github.com/django/django/commit/e7629cecdeaad235c1225c6764cfcea838f68f8e) [2.2.x] Added release date for 2.2.1.
- [`58391b4`](https://github.com/django/django/commit/58391b4d164ac83b8001a2ec70f3b1e4d39e4681) [2.2.x] Fixed [#30412](https://github-redirect.dependabot.com/django/django/issues/30412) -- Fixed crash when adding check constraints with OR'ed ...
- [`54fcdf1`](https://github.com/django/django/commit/54fcdf168ab1f53fbdb7cd63f916bd44845a78d3) [2.2.x] Fixed [#20629](https://github-redirect.dependabot.com/django/django/issues/20629) -- Rephrased custom user models admonition.
- [`f36239f`](https://github.com/django/django/commit/f36239fa190c77883d4c09ad18da63278c1a6cf4) [2.2.x] Fixed [#30408](https://github-redirect.dependabot.com/django/django/issues/30408) -- Fixed crash when adding check constraints with LIKE o...
- [`d326c74`](https://github.com/django/django/commit/d326c743ef2052faf1490f59afbc3e7bcf023c69) [2.2.x] Fixed [#30323](https://github-redirect.dependabot.com/django/django/issues/30323) -- Fixed detecting changes by autoreloader when using St...
- [`097457a`](https://github.com/django/django/commit/097457afe47e50e76d53b1cd3312ba8364f866cb) [2.2.x] Refs [#30323](https://github-redirect.dependabot.com/django/django/issues/30323) -- Prevented crash of autoreloader when get_resolver().ur...
- [`4f8ebdd`](https://github.com/django/django/commit/4f8ebdd09835ad5c010c122ec669c1b224801302) [2.2.x] Fixed [#30351](https://github-redirect.dependabot.com/django/django/issues/30351) -- Handled pre-existing permissions in proxy model permi...
- [`e457631`](https://github.com/django/django/commit/e45763193fe496cefc6749c45e6a31e62f987d63) [2.2.x] Fixed [#30361](https://github-redirect.dependabot.com/django/django/issues/30361) -- Increased the default timeout of watchman client to 5...
- Additional commits viewable in [compare view](https://github.com/django/django/compare/1.11.11...2.2.1)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps django from 1.11.11 to 2.2.1. This update includes security fixes.
Vulnerabilities fixed
*Sourced from The GitHub Security Advisory Database.* > **Moderate severity vulnerability that affects django** > django.middleware.common.CommonMiddleware in Django 1.11.x before 1.11.15 and 2.0.x before 2.0.8 has an Open Redirect. > > Affected versions: >= 1.11.0, < 1.11.15 *Sourced from The GitHub Security Advisory Database.* > **Low severity vulnerability that affects django** > In Django 1.11.x before 1.11.18, 2.0.x before 2.0.10, and 2.1.x before 2.1.5, an Improper Neutralization of Special Elements in Output Used by a Downstream Component issue exists in django.views.defaults.page_not_found(), leading to content spoofing (in a 404 error page) if a user fails to recognize that a crafted URL has malicious content. > > Affected versions: < 1.11.18 *Sourced from The GitHub Security Advisory Database.* > **Memory exhaustion in django.utils.numberformat.format()** > If django.utils.numberformat.format() -- used by contrib.admin as well as the the floatformat, filesizeformat, and intcomma templates filters -- received a Decimal with a large number of digits or a large exponent, it could lead to significant memory usage due to a call to '{:f}'.format(). > > Affected versions: >= 1.11.0, < 1.11.19; >= 2.0.0, < 2.0.11; >= 2.1.0, < 2.1.6 *Sourced from The GitHub Security Advisory Database.* > **Moderate severity vulnerability that affects django** > Django 1.11.x before 1.11.19, 2.0.x before 2.0.11, and 2.1.x before 2.1.6 allows Uncontrolled Memory Consumption via a malicious attacker-supplied value to the django.utils.numberformat.format() function. > > Affected versions: < 1.11.19Commits
- [`d5b0625`](https://github.com/django/django/commit/d5b0625cdf1abecca9511dd1edec4c1b610116ef) [2.2.x] Bumped version for 2.2.1 release. - [`9d5ce09`](https://github.com/django/django/commit/9d5ce09aec1830b4f1abead2c5e7bdbf30571468) [2.2.x] Updated man page for Django 2.2. - [`e7629ce`](https://github.com/django/django/commit/e7629cecdeaad235c1225c6764cfcea838f68f8e) [2.2.x] Added release date for 2.2.1. - [`58391b4`](https://github.com/django/django/commit/58391b4d164ac83b8001a2ec70f3b1e4d39e4681) [2.2.x] Fixed [#30412](https://github-redirect.dependabot.com/django/django/issues/30412) -- Fixed crash when adding check constraints with OR'ed ... - [`54fcdf1`](https://github.com/django/django/commit/54fcdf168ab1f53fbdb7cd63f916bd44845a78d3) [2.2.x] Fixed [#20629](https://github-redirect.dependabot.com/django/django/issues/20629) -- Rephrased custom user models admonition. - [`f36239f`](https://github.com/django/django/commit/f36239fa190c77883d4c09ad18da63278c1a6cf4) [2.2.x] Fixed [#30408](https://github-redirect.dependabot.com/django/django/issues/30408) -- Fixed crash when adding check constraints with LIKE o... - [`d326c74`](https://github.com/django/django/commit/d326c743ef2052faf1490f59afbc3e7bcf023c69) [2.2.x] Fixed [#30323](https://github-redirect.dependabot.com/django/django/issues/30323) -- Fixed detecting changes by autoreloader when using St... - [`097457a`](https://github.com/django/django/commit/097457afe47e50e76d53b1cd3312ba8364f866cb) [2.2.x] Refs [#30323](https://github-redirect.dependabot.com/django/django/issues/30323) -- Prevented crash of autoreloader when get_resolver().ur... - [`4f8ebdd`](https://github.com/django/django/commit/4f8ebdd09835ad5c010c122ec669c1b224801302) [2.2.x] Fixed [#30351](https://github-redirect.dependabot.com/django/django/issues/30351) -- Handled pre-existing permissions in proxy model permi... - [`e457631`](https://github.com/django/django/commit/e45763193fe496cefc6749c45e6a31e62f987d63) [2.2.x] Fixed [#30361](https://github-redirect.dependabot.com/django/django/issues/30361) -- Increased the default timeout of watchman client to 5... - Additional commits viewable in [compare view](https://github.com/django/django/compare/1.11.11...2.2.1)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.