Skip to content
New issue

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

False positive in string < 35% #78

Closed
timmit-nl opened this issue May 20, 2021 · 1 comment
Closed

False positive in string < 35% #78

timmit-nl opened this issue May 20, 2021 · 1 comment

Comments

@timmit-nl
Copy link

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

voku added a commit that referenced this issue Oct 3, 2021
@voku
Copy link
Owner

voku commented Oct 3, 2021

Seems to be fixed already: 6bdc6c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants