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 processing of strings in `JEDCheckerHelper::cleanPhpCode` method #185

Closed dryabov closed 1 year ago

dryabov commented 1 year ago
  1. Fix processing of escaped characters in the backtick operator (e.g. `...\`...`) and quoted strings.
  2. Fix cleaning of text content in double-quoted strings (but keeping variable/code injections).