sahara-dashboard/releasenotes/notes/django_data_upload_max_number-3fe39c838c275587.yaml
Telles Nobrega 841f0a26f4 Fix issue creating NGT using dashboard
Since Django 1.10 a new property DATA_UPLOAD_MAX_NUMBER_FIELDS causes some
plugins to fail during NGT creation. This patch adds a file to override
this property for sahara dashboard.

Depends-On: Id4d15b8bd5f032ff457395af5d77b255b6077a2a
Change-Id: I29ec88d7c733d4a977867dc24e13eb8e98fbcc48
Closes-bug: #1714575
Co-Authored-By: ArchiFleKs <lefevre.kevin@gmail.com>
2017-10-25 14:17:57 +02:00

8 lines
313 B
YAML

---
security:
- |
Django 1.10 introduced a new var : DATA_UPLOAD_MAX_NUMBER_FIELDS which
prevent DOS on data received via GET and POST methods. Default values
is set to 2000 instead of upstream default of 1000 to keep the security
feature and to not cause issue with the Sahara Dashboard forms.