dry-python / bookshelf

Code examples to learn dry-python with Django at the project scale.
96 stars 13 forks source link

[Security] Bump django from 2.2.7 to 3.0 in /bookshelf #65

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps django from 2.2.7 to 3.0.

Commits - [`d36413a`](https://github.com/django/django/commit/d36413a2eb5678dda35559a48769703acd784898) [3.0.x] Bumped version for 3.0 release. - [`f3da083`](https://github.com/django/django/commit/f3da0836ff3a26c6fe420eeef336d52c22c8ead7) [3.0.x] Finalized release notes for Django 3.0. - [`d13ba55`](https://github.com/django/django/commit/d13ba5502dac69403651a686949ee60db8db56db) [3.0.x] Added CVE-2019-19118 to the security archive. - [`4afa0e5`](https://github.com/django/django/commit/4afa0e5d2a7c723a11d06434706810224651c50b) [3.0.x] Updated contrib translations from Transifex - [`71ec953`](https://github.com/django/django/commit/71ec95345cdc8039c8e7089977580f7e1cd39436) [3.0.x] Updated core translations from Transifex - [`5fca551`](https://github.com/django/django/commit/5fca551f1264d583e41477d1e1d9edae10ea6890) [3.0.x] Removed issue reporter name from 2.1.15 and 2.2.8 release notes. - [`46491e8`](https://github.com/django/django/commit/46491e8095b84623e1f3734569335dd68d89504f) [3.0.x] Added release dates for 2.1.15, 2.2.8 and 3.0. - [`092cd66`](https://github.com/django/django/commit/092cd66cf3c3e175acce698d6ca2012068d878fa) Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl... - [`db0cc4a`](https://github.com/django/django/commit/db0cc4ae96c4752d10d98a3c7f2c48f813bf8a7f) [3.0.x] Refs [#30953](https://github-redirect.dependabot.com/django/django/issues/30953) -- Added 2.1.15 release note for 0107e3d1058f653f66032f7f... - [`f4ed680`](https://github.com/django/django/commit/f4ed6800bd5de576816861931699ddd8377d338d) [3.0.x] Fixed [#30953](https://github-redirect.dependabot.com/django/django/issues/30953) -- Made select_for_update() lock queryset's model when u... - Additional commits viewable in [compare view](https://github.com/django/django/compare/2.2.7...3.0)


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.

Moderate severity vulnerability that affects django Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)

Affected versions: [">= 2.2.0, < 2.2.8"]

dependabot-preview[bot] commented 4 years ago

Superseded by #66.