Commit Graph

17 Commits

Author SHA1 Message Date
Anibal Sanchez 510e0b168c
Merge pull request #51 from dryabov/patch-1
Fix false-positive for JAMSS rule#23
2019-05-17 11:25:17 +02:00
Anibal Sanchez 0e52aca984
Merge pull request #52 from dryabov/patch-2
missed translation for "strict" group
2019-05-17 11:25:04 +02:00
Anibal Sanchez 03c7294a4c
Merge pull request #54 from dryabov/patch-4
Add `print_r` to "errorlog" list
2019-05-17 11:24:50 +02:00
Anibal Sanchez 9c2a5a4b5d
Merge pull request #55 from dryabov/patch-5
Fix missed lang line (mentioned in issue #35)
2019-05-17 11:24:36 +02:00
Anibal Sanchez ad99677d25
Merge pull request #56 from dryabov/patch-6
Fix missed initialization
2019-05-17 11:24:23 +02:00
Anibal Sanchez 5e894248bc
Merge pull request #57 from dryabov/patch-7
Fix id prefix for consistency
2019-05-17 11:24:09 +02:00
Denis Ryabov 786eaeaab0
Fix id prefix for consistency
An attempt to fix issue #45 (`uniqid` has microsecond precision, so it is actually possible to get  identical `id`, maybe it would be better to use `mt_rand` instead of `uniqid` to avoid conflicts at all)
2019-05-15 22:09:22 +03:00
Denis Ryabov 16ec876c9e
Fix missed initialization
Fixed missing `$this->data['warning']` initialization
2019-05-15 22:02:36 +03:00
Denis Ryabov edc8518175
Fix missed lang line (mentioned in issue #35)
Add missed `COM_JEDCHECKER_ERROR_JAMSS_STRING` line to en-GB.com_jedchecker.ini
2019-05-15 21:56:09 +03:00
Denis Ryabov 373603166d
Add `print_r` to "errorlog" list
Display a notice for `print_r` function (along with `error_log`, `var_export`, `var_dump`)
2019-05-15 17:25:32 +03:00
Denis Ryabov e379627132
remove zero-width-space characters
Replace `mysql_​​escape_​​string` by `mysql_​escape_string`
2019-05-15 17:23:19 +03:00
Denis Ryabov 4111fb5cb3
missed translation for "strict" group
Added description for the "strict" group in the "Framework" set of rules
2019-05-15 17:05:35 +03:00
Denis Ryabov 2f7943f6ac
Fix false-positive for JAMSS rule#23
JAMSS rule#23 gives false-positive warning for files that starts with `defined('_JEXEC')` (because of partial `exec` match) and use `$_GET` or `$_POST`. This patch requires `exec` (and other function names in) to be checked explicitly using word boundaries (`\b`) in the regex.
2019-05-15 16:48:40 +03:00
anibalsanchez 0f241adba7 More Copryright fixes 2019-03-10 17:09:42 +01:00
anibalsanchez 5119fc102a 2.1.1 - Copyright updated to Joomla 2019-03-10 09:49:52 +01:00
anibalsanchez b34cb440a4 2.1.0 2019-03-09 20:44:14 +01:00
Jaz Parkyn e2eb961633 Removal of build tools 2017-02-14 14:34:35 +00:00