cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 59 forks source link

FILTER_SANITIZE_STRING - deprecated #3539

Closed abrookbanks closed 3 months ago

abrookbanks commented 3 months ago

ini.inc.php:109

$url = filter_var($url, FILTER_SANITIZE_STRING);

abrookbanks commented 3 months ago

(Deprecated as of PHP 8.1.0, use htmlspecialchars() instead.)

abrookbanks commented 3 months ago

I was looking at an outdated version of CubeCart.