You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.70. Please mark this comment with 👍 or 👎 to give our bot feedback!
What is this feature about (expected vs actual behaviour)?
$antiXSS->isXssFound() should be false for string '<2€'
How can I reproduce it?
$antiXSS = new \voku\helper\AntiXSS();
$antiXSS->xss_clean('<2€');
$antiXSS->isXssFound() === true
Does it take minutes, hours or days to fix?
no clue? :)
The text was updated successfully, but these errors were encountered: