-
Notifications
You must be signed in to change notification settings - Fork 35
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
FILTER_SANITIZE_STRING is deprecated in PHP 8.1 #1159
Comments
This issue was automatically marked as stale |
https://stackoverflow.com/a/69207369 possible solutions |
Perhaps it's time to rethink how we protect against XSS and SQli - our current approach has room for improvement and did cause a few developers to fork (Julian) or create something completely different (Simon). |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or assign sombody or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Until we review our filtering strategy (as proposed by @skenow in the chat a few weeks ago) this still needs to be fixed. PHP 8.1 is almost superseded by a new version |
I will look into this. |
Describe the bug
the use of FILTER_SANITIZE_STRING is no longer allowed. This creates problems in \core\DataFilter.php
The text was updated successfully, but these errors were encountered: