Skip to content

Commit 522d989

Browse files
authored
Release version 3.0.9 (#273)
1 parent 67c4b2c commit 522d989

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 3.0.8
410
Fixes : DeprecationWarning: Using or importing the ABCs from 'collections' in Python 3.7.
511
Thank you @juanmaneo and @jdevera for the contribution.

flask_cors/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.8'
1+
__version__ = '3.0.9'

0 commit comments

Comments
 (0)