forked from pool/python-Django
Accepting request 237595 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/237595 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=4
This commit is contained in:
parent
6ecbf27e18
commit
ac52a6d205
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1b3f8460e936f47846e7c4f80af951eda82a41c253c3a51ff3389863ff1c03a
|
|
||||||
size 6615116
|
|
3
Django-1.6.5.tar.gz
Normal file
3
Django-1.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36940268c087fede32d3f5887cce9af9e5d27962a0c405aacafc2a3cc1f755c5
|
||||||
|
size 6633768
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 12:34:45 UTC 2014 - mcihar@suse.cz
|
||||||
|
|
||||||
|
- Update to version 1.6.5, sercurity and important changes:
|
||||||
|
+ Unexpected code execution using reverse()
|
||||||
|
+ Caching of anonymous pages could reveal CSRF token
|
||||||
|
+ MySQL typecasting
|
||||||
|
+ select_for_update() requires a transaction
|
||||||
|
+ Issue: Caches may incorrectly be allowed to store and serve private data
|
||||||
|
+ Issue: Malformed redirect URLs from user input not correctly validated
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 14 09:32:07 UTC 2014 - speilicke@suse.com
|
Fri Feb 14 09:32:07 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Django
|
Name: python-Django
|
||||||
Version: 1.6.2
|
Version: 1.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A high-level Python Web framework
|
Summary: A high-level Python Web framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user