From 8dc6e7298ddcb145c823ca2f2630c289fe3f4116 Mon Sep 17 00:00:00 2001 From: Gabor Gyorvari Date: Sat, 27 Oct 2018 12:57:37 +0200 Subject: [PATCH] Signature update reported in #38 --- definitions/patterns_re.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/definitions/patterns_re.txt b/definitions/patterns_re.txt index 4865477..e90d604 100644 --- a/definitions/patterns_re.txt +++ b/definitions/patterns_re.txt @@ -101,4 +101,7 @@ php_uname\(["'asrvm]+\) (\^\s*\$\w+\[\$\w+\s*%\s*strlen\(\$\w+\)\]\s*){2,} # uncommon function name underscore with many numbers -function\s+_[0-9]{8,}\( \ No newline at end of file +function\s+_[0-9]{8,}\( + +# escaped include with error hiding +@include ".*?(\\x[0-9a-f]{2,}.*?){2,}.*?";