31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-05 15:00:47 +00:00

Merge pull request #223 from brianteeman/brianteeman-patch-1

typos
This commit is contained in:
Denis Ryabov 2023-08-22 15:16:03 +04:00 committed by GitHub
commit 92279d948f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
// [1] = Name / Title
'1',
// [2] = number
'Detected preg_replace function that evaluates (executes) mathed code. ' .
'Detected preg_replace function that evaluates (executes) matched code. ' .
'This means if PHP code is passed it will be executed.',
// [3] = description
'php',
@ -246,7 +246,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
'At least two characters in hexadecimal or octal notation',
'21',
'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'),
array('\$_F\s*=\s*__FILE__\s*;\s*\$_X\s*=',
'SourceCop encoded code',

View File

@ -21,7 +21,7 @@ require_once JPATH_COMPONENT_ADMINISTRATOR . '/libraries/helper.php';
/**
* class JedcheckerRulesXMLlicense
*
* This class searches all xml manifestes for a valid license.
* This class searches all xml manifests for a valid license.
*
* @since 1.0
*/