django/tests/forms_tests/widget_tests
Mariusz Felisiak fb4c55d9ec Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field.
Thanks Moataz Al-Sharida and nawaik for reports.

Co-authored-by: Shai Berger <shai@platonix.com>
Co-authored-by: nessita <124304+nessita@users.noreply.github.com>
2023-05-03 13:42:00 +02:00
..
__init__.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
base.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_checkboxinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_checkboxselectmultiple.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_clearablefileinput.py Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
test_dateinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_datetimeinput.py Refs #32873 -- Removed settings.USE_L10N per deprecation timeline. 2023-01-17 11:49:15 +01:00
test_fileinput.py Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
test_hiddeninput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_input.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_multiplehiddeninput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_multiwidget.py Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple. 2022-04-26 07:06:26 +02:00
test_nullbooleanselect.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_numberinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_passwordinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_radioselect.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_select.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_selectdatewidget.py Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError. 2023-03-22 07:59:39 +01:00
test_selectmultiple.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_splitdatetimewidget.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_splithiddendatetimewidget.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_textarea.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_textinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_timeinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_widget.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00