33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-04 23:15:19 +00:00

Update jamss.php

This commit is contained in:
Brian Teeman 2023-08-22 12:03:40 +01:00 committed by GitHub
parent c325d2f696
commit 9f7de440fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
'At least two characters in hexadecimal or octal notation', 'At least two characters in hexadecimal or octal notation',
'21', '21',
'Found at least two characters in hexadecimal or octal notation. It doesn\'t mean it is malicious, ' . 'Found at least two characters in hexadecimal or octal notation. It doesn\'t mean it is malicious, ' .
'but it could be code hidding behind such notation.', 'but it could be code hiding behind such notation.',
'php'), 'php'),
array('\$_F\s*=\s*__FILE__\s*;\s*\$_X\s*=', array('\$_F\s*=\s*__FILE__\s*;\s*\$_X\s*=',
'SourceCop encoded code', 'SourceCop encoded code',