Denis Ryabov
8b0898713d
fix json
2021-02-18 15:16:51 +03:00
Denis Ryabov
e833785494
fix paths for language dirs
2021-02-18 15:13:51 +03:00
Denis Ryabov
75d1f5f871
add more field attributes and fieldset params
2021-02-14 01:19:04 +03:00
Denis Ryabov
4850ef0d43
remove check of config section from component manifest
2021-02-14 01:18:25 +03:00
Denis Ryabov
e063c3fe22
Add direct MySQLi access to the errors list
2021-02-14 00:13:03 +03:00
Denis Ryabov
a1197006e5
check packages
2021-02-14 00:02:08 +03:00
Denis Ryabov
0bf71c0950
fix regex
2021-02-13 23:56:59 +03:00
Denis Ryabov
a206aa91ba
Joomla!4 compatibility
2021-02-13 23:56:51 +03:00
Denis Ryabov
4f899fb39b
fix regex
2021-02-13 23:53:36 +03:00
Denis Ryabov
331a9e162f
support for "package" type
2021-02-13 23:53:26 +03:00
Denis Ryabov
329df98562
Joomla!4 compatibility
2021-02-13 23:53:09 +03:00
Denis Ryabov
aaa100fbbb
fix regular expressions ("." character should be escaped)
2021-02-13 23:12:08 +03:00
Denis Ryabov
4d67fe0602
Add validation of language files
2021-02-03 01:14:16 +03:00
Denis Ryabov
46ec8bd40a
update @since tag
2021-02-02 19:10:59 +03:00
Denis Ryabov
8e0d738131
Add check for incorrect file/folder references in the XML manifest
2021-02-02 19:09:20 +03:00
Denis Ryabov
74288b93d2
Add XML manifest validator
2021-02-02 18:58:29 +03:00
Denis Ryabov
070b22caae
one more directory to lookup for language file
2021-02-02 15:36:52 +03:00
Denis Ryabov
372ea55ad7
- fixed loading of language file
...
- check manifest file do exist
- check naming rules
- drop Joomla!1.5 support ("install" root element)
2021-02-02 14:56:56 +03:00
f22a82d6cf
Merge pull request #77 from dryabov/patch-11
2021-01-27 15:15:04 +02:00
Denis Ryabov
fa5eb52dd6
Don't warn on str_replace and preg_replace
...
Both `str_replace` and `preg_replace` (deprecated /e modifier is checked in another rule) are widely used and shouldn't be considered as a marker of malicious code
2021-01-24 20:37:57 +03:00
Denis Ryabov
36159b616c
A simpler way to get line number
2021-01-24 20:32:07 +03:00
SharkyKZ
b7c1d87817
Support exit in entry point check
2020-09-03 11:41:52 +03:00
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
03c7294a4c
Merge pull request #54 from dryabov/patch-4
...
Add `print_r` to "errorlog" list
2019-05-17 11:24:50 +02: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
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