-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I'm getting error:
2) core/units/related_searches/related_searches_config.php on line 15
Avoid the use of `exit` or `die` with strings as it could lead to injection issues (direct output)
> defined('FULL_PATH') or die('restricted access!');
For more information execute 'psecio-parse rules ExitOrDie'
when code like this is encountered:
defined('FULL_PATH') or die('restricted access!');In above code argument to die statement is constant string and can't be used to inject anything.
Proposing not to report issue in that case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels