diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-04 11:10:09 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-04 11:11:25 +0200 |
| commit | 3e27d614dd4783a3542c03ac7ea50f112643d54f (patch) | |
| tree | dcd6275f1e7d65373f9bb86595dd98948bff5cdc | |
| parent | 07e5fb9f56ccfc6d315dfeff20bf5ca699ded8db (diff) | |
[4.2.x] Added missing backticks in docs/releases/security.txt.
Backport of 686a8a62ae7faba9c3b17080c3532b821e8cb1f3 from main
| -rw-r--r-- | docs/releases/security.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 5db902724e..c3400e9bbe 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -39,7 +39,7 @@ process. These are listed below. September 3, 2025 - :cve:`2025-57833` ------------------------------------- -Potential SQL injection in FilteredRelation column aliases. +Potential SQL injection in ``FilteredRelation`` column aliases. `Full description <https://www.djangoproject.com/weblog/2025/sep/03/security-releases/>`__ |
