mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions and aggregates on Oracle.
Thanks to Norbert Szetei for the report.
This commit is contained in:
13
docs/releases/1.11.29.txt
Normal file
13
docs/releases/1.11.29.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
============================
|
||||
Django 1.11.29 release notes
|
||||
============================
|
||||
|
||||
*March 4, 2020*
|
||||
|
||||
Django 1.11.29 fixes a security issue in 1.11.29.
|
||||
|
||||
CVE-2020-9402: Potential SQL injection via ``tolerance`` parameter in GIS functions and aggregates on Oracle
|
||||
============================================================================================================
|
||||
|
||||
GIS functions and aggregates on Oracle were subject to SQL injection,
|
||||
using a suitably crafted ``tolerance``.
|
||||
Reference in New Issue
Block a user