We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c4b2c commit 522d989Copy full SHA for 522d989
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 3.0.9
4
+### Security
5
+ - Escape path before evaluating resource rules (thanks to Colby Morgan). Prior to this, flask-cors incorrectly
6
+ evaluated CORS resource matching before path expansion. E.g. "/api/../foo.txt" would incorrectly match resources for
7
+ "/api/*" whereas the path actually expands simply to "/foo.txt"
8
+
9
## 3.0.8
10
Fixes : DeprecationWarning: Using or importing the ABCs from 'collections' in Python 3.7.
11
Thank you @juanmaneo and @jdevera for the contribution.
flask_cors/version.py
@@ -1 +1 @@
-__version__ = '3.0.8'
+__version__ = '3.0.9'
0 commit comments