mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Prevented data leakage in contrib.admin via query string manipulation.
This is a security fix. Disclosure following shortly.
This commit is contained in:
committed by
Tim Graham
parent
5307ce565f
commit
53ff096982
@@ -56,6 +56,7 @@ SuspiciousOperation
|
||||
|
||||
* DisallowedHost
|
||||
* DisallowedModelAdminLookup
|
||||
* DisallowedModelAdminToField
|
||||
* DisallowedRedirect
|
||||
* InvalidSessionKey
|
||||
* SuspiciousFileOperation
|
||||
|
||||
Reference in New Issue
Block a user