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 skipping `*jamss.php` files/directories in the JAMSS rule #188

Closed dryabov closed 1 year ago

dryabov commented 1 year ago

Currently it's possible to bypass JAMSS check by naming the PHP file as "jamss.php", or by creating same-name directory and put files there. This patch fixes this "back door".