summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.Mariusz Felisiak2022-02-011-0/+20
* [2.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann2022-02-012-10/+46
* [2.2.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage sub...Florian Apolloner2022-01-042-6/+19
* [2.2.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner2022-01-042-2/+63
* [2.2.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilari...Florian Apolloner2022-01-041-7/+4
* [2.2.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...Florian Apolloner2021-12-071-0/+13
* [2.2.x] Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on P...Mariusz Felisiak2021-09-021-1/+1
* [2.2.x] Refs #32856 -- Doc'd that psycopg2 < 2.9 is required.Mariusz Felisiak2021-06-211-1/+1
* [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.Mariusz Felisiak2021-06-023-0/+34
* [2.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...Florian Apolloner2021-06-021-0/+16
* [2.2.x] Refs #32718 -- Fixed file_storage.test_generate_filename and model_fi...Mariusz Felisiak2021-05-142-5/+5
* [2.2.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak2021-05-132-11/+88
* [2.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...Mariusz Felisiak2021-05-061-1/+7
* [2.2.x] Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.Carlton Gibson2021-05-061-0/+3
* [2.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner2021-04-274-4/+89
* [2.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak2021-04-064-17/+99
* [2.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope2021-02-183-8/+53
* [2.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak2021-02-015-0/+21
* [2.2.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak2021-01-291-5/+5
* [2.2.x] Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning wit...Max Smolens2020-11-021-2/+2
* [2.2.x] Refs #31040 -- Fixed Python PendingDeprecationWarning in select_for_u...Jon Dufresne2020-10-121-1/+1
* [2.2.x] Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.Mariusz Felisiak2020-10-071-1/+1
* [2.2.x] Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.Mariusz Felisiak2020-10-062-2/+5
* [2.2.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-l...Mariusz Felisiak2020-08-251-1/+25
* [2.2.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-lev...Mariusz Felisiak2020-08-253-21/+48
* [2.2.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...Gert Burger2020-08-131-0/+15
* [2.2.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...Daniel Hillier2020-08-112-1/+45
* [2.2.x] Pinned geoip2 < 4.0.0 in test requirements.Mariusz Felisiak2020-07-231-1/+1
* [2.2.x] Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are cas...Mariusz Felisiak2020-07-221-0/+4
* [2.2.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3....Florian Apolloner2020-07-201-1/+32
* [2.2.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.d...Mariusz Felisiak2020-07-163-2/+15
* [2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to o...Mariusz Felisiak2020-07-021-2/+5
* [2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.Mariusz Felisiak2020-06-301-1/+1
* [2.2.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch2020-06-101-1/+1
* [2.2.x] Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak2020-06-051-2/+4
* [2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to o...Mariusz Felisiak2020-06-041-1/+1
* [2.2.x] Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak2020-06-031-1/+1
* [2.2.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba...Dan Palmer2020-06-031-30/+11
* [2.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...Jon Dufresne2020-06-032-0/+19
* [2.2.x] Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-06-024-67/+83
* [2.2.x] Fixed #31570 -- Corrected translation loading for apps providing terr...Carlton Gibson2020-06-0113-0/+165
* [2.2.x] Fixed LiveWidgetTests.test_textarea_trailing_newlines() crash on Chro...Mariusz Felisiak2020-05-291-1/+1
* [2.2.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-103-2/+27
* [2.2.x] Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak2020-03-051-1/+2
* [2.2.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...Mariusz Felisiak2020-03-042-1/+69
* [2.2.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...Abhijeet Viswa2020-02-112-7/+47
* [2.2.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-01-261-0/+4
* [2.2.x] Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak2020-01-071-6/+22
* [2.2.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette2019-12-181-0/+36
* [2.2.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating a...Peter Andersen2019-12-112-0/+16