joomla-extensions / jedchecker

Joomla extension to check components, modules or plugins for possible problems for submission to the JED -> Translations: https://joomla.crowdin.com/joomla-official-extensions
38 stars 28 forks source link

Fix Encoding ruleset #170

Closed dryabov closed 2 years ago

dryabov commented 2 years ago

1) Don't warn on base64-encoded data-uri (full PHP function names base64_encode and base64_decode are checked only), 2) Mitigate Encoding ruleset to the warning level as it's widely used to encode/decode a "return" page, to generate data-uri, to serialize binary signatures or tokens (e.g. sha-256 hash), etc.