Skip to content

Commit 91f3bb4

Browse files
committed
AC-9509: Scheduled operation improvements.
1 parent 31a9c8d commit 91f3bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/Filter/Input/MaliciousCode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public function __construct(?PurifierInterface $purifier = null)
5050
'/<\?\s*?(php|=).*>/Uis',
5151
//base64 usage
5252
'/src=[^<]*base64[^<]*(?=\/*\>)/Uis',
53+
//command line injections
54+
'/[|$`;!]/',
5355
];
5456

5557
/**

0 commit comments

Comments
 (0)