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

replace FILTER_SANITIZE_STRING with sanitize_text_field #237

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

stklcode
Copy link
Contributor

@stklcode stklcode commented Nov 4, 2022

The string filter is deprecated as of PHP 8.1, so let's use another appropriate way to sanitize the input.

The string filter is deprecated as of PHP 8.1, so let's use another
appropriate way to sanitize the input.
@stklcode stklcode added the bug label Nov 4, 2022
@sonarcloud
Copy link

sonarcloud bot commented Nov 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@stklcode stklcode added this to the 1.8.4 milestone Nov 4, 2022
Copy link
Member

@Zodiac1978 Zodiac1978 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@stklcode stklcode merged commit 6bb2139 into develop Nov 4, 2022
@stklcode stklcode deleted the fix/sanitize-strings branch November 4, 2022 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants