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
Warning: main() [echo]: Attempt to echo a string that might be tainted in ./index.php on line 8
1-Evil
Warning: main() [echo]: Attempt to echo a string that might be tainted in ./index.php on line 9
2-Evil
Warning: main() [echo]: Attempt to echo a string that might be tainted in ./index.php on line 10
2-Evil
Actual result:
Evil
2-Evil
2-Evil
The text was updated successfully, but these errors were encountered:
https://bugs.php.net/bug.php?id=74066
I've only just stated using the extension, but I'd have thought that the following would have raised warnings.
Test script:
Expected result:
Warning: main() [echo]: Attempt to echo a string that might be tainted in ./index.php on line 8
1-Evil
Warning: main() [echo]: Attempt to echo a string that might be tainted in ./index.php on line 9
2-Evil
Warning: main() [echo]: Attempt to echo a string that might be tainted in ./index.php on line 10
2-Evil
Actual result:
Evil
2-Evil
2-Evil
The text was updated successfully, but these errors were encountered: