diff --git a/rules/CVI-360031.xml b/rules/CVI-360031.xml index 779dd9f7..73e328e5 100644 --- a/rules/CVI-360031.xml +++ b/rules/CVI-360031.xml @@ -2,7 +2,7 @@ - \s*array\s*\(\s*['\"]\s*pipe\s*['\"]|gzuncompress\(base64_decode\(|crypt\(\$_SERVER\['HTTP_H0ST'\],\d+\)==|if\(file_exists\(\$settings\['STOPFILE'\]\)\)]]> + + array("pipe", "r"), // stdin + 1 => array("pipe", "w"), // stdout + 2 => array("pipe", "w") // stderr + ) + ]]> ## 安全风险