Build: Bump flask-cors from 5.0.1 to 6.0.0
Merged
Number: #2012
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
May 17, 2025 at 07:53 PM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
May 18, 2025 at 06:03 AM UTC
(about 1 year ago)
(about 1 year ago)
Merged:
May 18, 2025 at 06:03 AM UTC
(about 1 year ago)
by Fokko
(about 1 year ago)
by Fokko
Time to Close:
about 10 hours
Labels:
dependencies python
dependencies python
Description:
Bumps 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+18
+18
Deletions:
-18
-18
Package Dependencies
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: | 390321 |
| UUID: | 2526297982 |
| Node ID: | PR_kwDOKF4tPs6WlD9- |
| Host: | GitHub |
| Repository: | apache/iceberg-python |
| Merge State: | Unknown |