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

build(deps): bump flask-cors from 3.0.8 to 3.0.9 in /src/karmen_backend #382

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 5, 2020

Bumps flask-cors from 3.0.8 to 3.0.9.

Release notes

Sourced from flask-cors's releases.

Release 3.0.9

Security

  • Escape path before evaluating resource rules (thanks @praetorian-colby-morgan). Prior to this, flask-cors incorrectly evaluated CORS resource matching before path expansion. E.g. "/api/../foo.txt" would incorrectly match resources for "/api/*" whereas the path actually expands simply to "/foo.txt"
Changelog

Sourced from flask-cors's changelog.

3.0.9

Security

  • Escape path before evaluating resource rules (thanks to Colby Morgan). Prior to this, flask-cors incorrectly evaluated CORS resource matching before path expansion. E.g. "/api/../foo.txt" would incorrectly match resources for "/api/*" whereas the path actually expands simply to "/foo.txt"
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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • 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 dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 5, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 8742b19 to 2e64cbd Compare September 12, 2020 20:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 2e64cbd to 921dd11 Compare September 12, 2020 20:32
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 921dd11 to fc45c61 Compare September 12, 2020 20:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from fc45c61 to 922bc87 Compare September 19, 2020 20:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 922bc87 to d67c51e Compare September 19, 2020 20:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from d67c51e to be83299 Compare September 19, 2020 20:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from be83299 to 0d99c17 Compare September 19, 2020 20:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 0d99c17 to 6e16a79 Compare September 19, 2020 21:06
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 6e16a79 to 0836b97 Compare September 19, 2020 21:17
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 0836b97 to 8ff8d42 Compare September 26, 2020 20:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 8ff8d42 to 5ef4a4c Compare October 2, 2020 13:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 5ef4a4c to 1dad83d Compare October 3, 2020 20:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 1dad83d to 725b4b6 Compare October 3, 2020 20:30
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 96b5200 to 5f9161c Compare October 6, 2020 00:58
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 5f9161c to 8e61438 Compare October 18, 2020 15:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 8e61438 to e63da19 Compare October 25, 2020 15:15
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from e63da19 to 51e23c1 Compare October 31, 2020 20:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 51e23c1 to 01f014b Compare October 31, 2020 20:32
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 01f014b to a915fd7 Compare October 31, 2020 20:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from a915fd7 to bec4788 Compare October 31, 2020 20:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from bec4788 to 72ed5ae Compare November 7, 2020 20:27
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 72ed5ae to e6ecf9a Compare November 7, 2020 20:36
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from e6ecf9a to 16e2163 Compare November 7, 2020 20:48
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 16e2163 to 3ef53e4 Compare November 7, 2020 21:01
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 3ef53e4 to 730ba5a Compare November 7, 2020 21:13
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 730ba5a to 2d278c1 Compare November 7, 2020 21:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/flask-cors-3.0.9 branch from 2d278c1 to cd513cf Compare November 7, 2020 21:36
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. The most likely cause is #487, which may be blocking Dependabot from updating your dependency files.

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants