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:10:33 +0200 |
| commit | e2d83a2076ca3c7db31ddf8f56fef5af9208cdac (patch) | |
| tree | e750a01fa03aeb294fe1eae465d5ec7e1b83d720 | |
| parent | 18c6bc5db244f8fdc9fbbaa73f1e9a1f4b444513 (diff) | |
[5.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 8e1ab8c58b..df5571e374 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/>`__ |
