Fixed XSS issue from DRF.

Details in https://github.com/encode/django-rest-framework/issues/6330

Change-Id: Icea25569b92c3559029ae1c93712e746684187f1
This commit is contained in:
Florian Apolloner 2019-01-17 22:33:19 +01:00
parent 600a189b21
commit 47dc0ad989
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Django>=2.1.5
djangorestframework
djangorestframework>=3.9.1
django-cors-headers
django-filter
dynaconf[yaml]