diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-12 10:42:01 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-12 10:44:25 +0200 |
| commit | 3ba089ac7e5720a363d01499451bcfa8c74a56d9 (patch) | |
| tree | ffebe262ffaf6d4cfb947ce03bd1e065e2aec1a4 | |
| parent | 88d9b28c0c123157a66a288606c16ec5c3486a28 (diff) | |
[2.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes.
Backport of d1f1417caed648db2f81a1ec28c47bf958c01958 from main.
| -rw-r--r-- | docs/releases/2.2.21.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/releases/2.2.21.txt b/docs/releases/2.2.21.txt index f32aeadff7..2302df4285 100644 --- a/docs/releases/2.2.21.txt +++ b/docs/releases/2.2.21.txt @@ -13,5 +13,4 @@ CVE-2021-31542: Potential directory-traversal via uploaded files directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now -applied. Specifically, empty file names and paths with dot segments will be -rejected. +applied. |
