From cc2491eb220f3a9843da67f35c3dfc49a5c93e36 Mon Sep 17 00:00:00 2001
From: Alexey Shirokov <40300551+demiurge-ash@users.noreply.github.com>
Date: Fri, 15 May 2020 08:49:50 +0300
Subject: [PATCH] Fix bugfix title
---
ChangeLog-7.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index c2eeca875a..f974068384 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -21,8 +21,8 @@
(Memory leaks while including unexistent file).
(PHP incompatible with 3rd party file system on demand).
(Unable to interact with files inside a VFS for Git repository).
- (Long variables cause OOM and temp files are not cleaned).
- (Long variables cause OOM and temp files are not cleaned).
+ (Long variables cause OOM and temp files are not cleaned). (CVE-2019-11048).
+ (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048).
DOM: