Skip to content

RenovateBot: Update dependency Flask-Cors to v3.0.9

Matweb Bot requested to merge renovate/flask-cors-3.x into master

This MR contains the following updates:

Package Update Change
Flask-Cors patch ==3.0.8 -> ==3.0.9

Release Notes

corydolphin/flask-cors

v3.0.9

Compare Source

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"

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports