AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 3.0.9: * Escape path before evaluating resource rules. 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" (CVE-2020-25032, boo#1175986) - Remove patch which is no longer required when using (at least) Flask 1.1, which is the case in Factory: * 0001-Disable-ACL_ORIGIN-check.patch
- specfile: * be more specific in %files section - update to version 3.0.7: * Updated logging.warn to logging.warning (#234) Thanks Vaibhav
- Require python-six in Leap 42.3 to fix build
- Enable testsuite
- Initial package for python-Flask-Cors 3.0.6