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:09 +0200 |
| commit | 27e230ff2564bd1b3ed9e23faa6fa7782817a67f (patch) | |
| tree | 5fbcf15e6ab2c2abccb81276df40e0f6c2bf404e | |
| parent | 26fc64332c362dd4632a49eef6672b71dfa7a813 (diff) | |
[5.1.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/>`__ |
