Bump flask-cors from 5.0.1 to 6.0.0 in /backend in the pip group
Closed
Number: #156
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 2
Association: Contributor
Comments: 2
Created:
May 22, 2025 at 08:42 AM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
May 22, 2025 at 09:59 AM UTC
(about 1 year ago)
(about 1 year ago)
Closed:
May 22, 2025 at 09:59 AM UTC
(about 1 year ago)
(about 1 year ago)
Time to Close:
about 1 hour
Labels:
dependencies python backend
dependencies python backend
Description:
Bumps the pip group in /backend with 1 update: flask-cors.
Updates flask-cors from 5.0.1 to 6.0.0
Release notes
Sourced from flask-cors's releases.
6.0.0
Breaking
Path specificity ordering has changed to improve specificity. This may break users who expected the previous incorrect ordering.
- [CVE-2024-6839] Sort Paths by Regex Specificity by
@adrianoselain corydolphin/flask-cors#391- [CVE-2024-6844] Replace use of (urllib) unquote_plus with unquote by
@adrianoselain corydolphin/flask-cors#389What's Changed
- [CVE-2024-6866] Case Sensitive Request Path Matching by
@adrianoselain corydolphin/flask-cors#390Full Changelog: https://github.com/corydolphin/flask-cors/compare/5.0.1...6.0.0
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+5
+5
Deletions:
-5
-5
Package Dependencies
Package:
flask-cors
Ecosystem:
pip
pip
Version Change:
5.0.1 → 6.0.0
Update Type:
Major
Major
Path:
/backend in the pip group
Security Advisories
Flask-CORS allows for inconsistent CORS matching
GHSA-8vgw-p6qm-5gr7
CVE-2024-6844
MODERATE
A vulnerability in corydolphin/flask-cors version 5.0.1 allows for inconsistent CORS matching due to the handling of the '+' character in URL paths. The request.path is passed through the unquote_p...
Flask-CORS vulnerable to Improper Handling of Case Sensitivity
GHSA-43qf-4rqw-9q2g
CVE-2024-6866
MODERATE
corydolphin/flask-cors version 5.0.1 contains a vulnerability where the request path matching is case-insensitive due to the use of the `try_match` function, which is originally intended for matchi...
Flask-CORS improper regex path matching vulnerability
GHSA-7rxf-gvfg-47g4
CVE-2024-6839
MODERATE
corydolphin/flask-cors version 5.0.1 contains an improper regex path matching vulnerability. The plugin prioritizes longer regex patterns over more specific ones when matching paths, which can lead...
Technical Details
| ID: | 1110466 |
| UUID: | 2536466201 |
| Node ID: | PR_kwDOMqijUM6XL2cZ |
| Host: | GitHub |
| Repository: | zakerby/python-react-template |
| Merge State: | Dirty |