We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it is related: #62 What is this feature about (expected vs actual behaviour)?
$antiXSS->isXssFound() should be false for string '< 35%' (<space35%) How can I reproduce it?
$antiXSS = new \voku\helper\AntiXSS(); $antiXSS->xss_clean('< 35%');
$antiXSS->isXssFound() === true Does it take minutes, hours or days to fix?
no clue? :) but it is at the same place as issue #60 and #62
The text was updated successfully, but these errors were encountered:
[+]: add test for issue #78
6bdc6c3
Seems to be fixed already: 6bdc6c3
Sorry, something went wrong.
No branches or pull requests
I think it is related: #62
What is this feature about (expected vs actual behaviour)?
$antiXSS->isXssFound() should be false for string '< 35%' (<space35%)
How can I reproduce it?
$antiXSS = new \voku\helper\AntiXSS();
$antiXSS->xss_clean('< 35%');
$antiXSS->isXssFound() === true
Does it take minutes, hours or days to fix?
no clue? :) but it is at the same place as issue #60 and #62
The text was updated successfully, but these errors were encountered: