Skip to content

Commit 790c79d

Browse files
committed
Fix facade/ignition CVE-2021-3129
The vulnerability in `facade/ignition` is falsely reported for version 2.4.2. It has been fixed in facade/ignition#334 for 2.5.x, and in facade/ignition#356 for 2.4.x. Fixes FriendsOfPHP#543
1 parent bebf66b commit 790c79d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

facade/ignition/CVE-2021-3129.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ cve: CVE-2021-3129
44
branches:
55
"master":
66
time: 2020-11-17 09:18:00
7-
versions: ['<=2.5.1', '>=2.0']
7+
versions: ['<=2.5.1', '>=2.5.0']
8+
"2.4.x":
9+
time: 2020-11-17 09:18:00
10+
versions: ['<=2.4.1', ">=2.0.0"]
811
"1.x":
912
time: 2021-02-13 10:47:03
1013
versions: ['<=1.16.13']

0 commit comments

Comments
 (0)