masked icon indicating copy to clipboard operation
masked copied to clipboard

Constant FILTER_SANITIZE_STRING is deprecated

Open bynicolas opened this issue 3 years ago • 0 comments

the use of FILTER_SANITIZE_STRING is deprecated since PHP 8.1.0.

this is used twice in fuko-php/masked/src/Masked/Redact.php on line 107 and 109.

the use of htmlspecialchars() instead is encouraged.

This needs to be updated in the code.

bynicolas avatar Mar 01 '22 21:03 bynicolas