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,}.*?";