Signature update reported in #38

This commit is contained in:
Gabor Gyorvari
2018-10-27 12:57:37 +02:00
parent 46692a3bb0
commit 8dc6e7298d

View File

@@ -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,}\(
function\s+_[0-9]{8,}\(
# escaped include with error hiding
@include ".*?(\\x[0-9a-f]{2,}.*?){2,}.*?";