---
title: "Note di rilascio di Django 2.2.11"
version: 5.2
locale: it
source: https://docs.djangoproject.com/it/5.2/releases/2.2.11/
canonical: https://djangodocs.dev/it/5.2/releases/2.2.11/
---
# Note di rilascio di Django 2.2.11

*4 Marzo 2020*

Django 2.2.11 fixes a security issue and a data loss bug in 2.2.10.

## 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`.

## Correzioni di bug

- Fixed a data loss possibility in the
  [`select_for_update()`](/it/5.2/ref/models/querysets/#django.db.models.query.QuerySet.select_for_update). When using
  related fields or parent link fields with [Multi-table inheritance](/it/5.2/topics/db/models/#multi-table-inheritance) in
  the `of` argument, the corresponding models were not locked
  ([#31246](https://code.djangoproject.com/ticket/31246)).
