@@ -832,79 +832,19 @@ function array_product(array $array) {}
832832 * @psalm-pure
833833 *
834834 * 257 is FILTER_VALIDATE_INT
835- * @psalm-taint-escape ($filter is 257 ? 'callable' : null)
836- * @psalm-taint-escape ($filter is 257 ? 'unserialize' : null)
837- * @psalm-taint-escape ($filter is 257 ? 'include' : null)
838- * @psalm-taint-escape ($filter is 257 ? 'eval' : null)
839- * @psalm-taint-escape ($filter is 257 ? 'ldap' : null)
840- * @psalm-taint-escape ($filter is 257 ? 'sql' : null)
841- * @psalm-taint-escape ($filter is 257 ? 'html' : null)
842- * @psalm-taint-escape ($filter is 257 ? 'has_quotes' : null)
843- * @psalm-taint-escape ($filter is 257 ? 'shell' : null)
844- * @psalm-taint-escape ($filter is 257 ? 'ssrf' : null)
845- * @psalm-taint-escape ($filter is 257 ? 'file' : null)
846- * @psalm-taint-escape ($filter is 257 ? 'cookie' : null)
847- * @psalm-taint-escape ($filter is 257 ? 'header' : null)
835+ * @psalm-taint-escape ($filter is 257 ? 'input_except_sleep' : null)
848836 *
849837 * 258 is FILTER_VALIDATE_BOOLEAN
850- * @psalm-taint-escape ($filter is 258 ? 'callable' : null)
851- * @psalm-taint-escape ($filter is 258 ? 'unserialize' : null)
852- * @psalm-taint-escape ($filter is 258 ? 'include' : null)
853- * @psalm-taint-escape ($filter is 258 ? 'eval' : null)
854- * @psalm-taint-escape ($filter is 258 ? 'ldap' : null)
855- * @psalm-taint-escape ($filter is 258 ? 'sql' : null)
856- * @psalm-taint-escape ($filter is 258 ? 'html' : null)
857- * @psalm-taint-escape ($filter is 258 ? 'has_quotes' : null)
858- * @psalm-taint-escape ($filter is 258 ? 'shell' : null)
859- * @psalm-taint-escape ($filter is 258 ? 'ssrf' : null)
860- * @psalm-taint-escape ($filter is 258 ? 'file' : null)
861- * @psalm-taint-escape ($filter is 258 ? 'cookie' : null)
862- * @psalm-taint-escape ($filter is 258 ? 'header' : null)
838+ * @psalm-taint-escape ($filter is 258 ? 'input' : null)
863839 *
864840 * 259 is FILTER_VALIDATE_FLOAT
865- * @psalm-taint-escape ($filter is 259 ? 'callable' : null)
866- * @psalm-taint-escape ($filter is 259 ? 'unserialize' : null)
867- * @psalm-taint-escape ($filter is 259 ? 'include' : null)
868- * @psalm-taint-escape ($filter is 259 ? 'eval' : null)
869- * @psalm-taint-escape ($filter is 259 ? 'ldap' : null)
870- * @psalm-taint-escape ($filter is 259 ? 'sql' : null)
871- * @psalm-taint-escape ($filter is 259 ? 'html' : null)
872- * @psalm-taint-escape ($filter is 259 ? 'has_quotes' : null)
873- * @psalm-taint-escape ($filter is 259 ? 'shell' : null)
874- * @psalm-taint-escape ($filter is 259 ? 'ssrf' : null)
875- * @psalm-taint-escape ($filter is 259 ? 'file' : null)
876- * @psalm-taint-escape ($filter is 259 ? 'cookie' : null)
877- * @psalm-taint-escape ($filter is 259 ? 'header' : null)
841+ * @psalm-taint-escape ($filter is 259 ? 'input_except_sleep' : null)
878842 *
879843 * 519 is FILTER_SANITIZE_NUMBER_INT
880- * @psalm-taint-escape ($filter is 519 ? 'callable' : null)
881- * @psalm-taint-escape ($filter is 519 ? 'unserialize' : null)
882- * @psalm-taint-escape ($filter is 519 ? 'include' : null)
883- * @psalm-taint-escape ($filter is 519 ? 'eval' : null)
884- * @psalm-taint-escape ($filter is 519 ? 'ldap' : null)
885- * @psalm-taint-escape ($filter is 519 ? 'sql' : null)
886- * @psalm-taint-escape ($filter is 519 ? 'html' : null)
887- * @psalm-taint-escape ($filter is 519 ? 'has_quotes' : null)
888- * @psalm-taint-escape ($filter is 519 ? 'shell' : null)
889- * @psalm-taint-escape ($filter is 519 ? 'ssrf' : null)
890- * @psalm-taint-escape ($filter is 519 ? 'file' : null)
891- * @psalm-taint-escape ($filter is 519 ? 'cookie' : null)
892- * @psalm-taint-escape ($filter is 519 ? 'header' : null)
844+ * @psalm-taint-escape ($filter is 519 ? 'input_except_sleep' : null)
893845 *
894846 * 520 is FILTER_SANITIZE_NUMBER_FLOAT
895- * @psalm-taint-escape ($filter is 520 ? 'callable' : null)
896- * @psalm-taint-escape ($filter is 520 ? 'unserialize' : null)
897- * @psalm-taint-escape ($filter is 520 ? 'include' : null)
898- * @psalm-taint-escape ($filter is 520 ? 'eval' : null)
899- * @psalm-taint-escape ($filter is 520 ? 'ldap' : null)
900- * @psalm-taint-escape ($filter is 520 ? 'sql' : null)
901- * @psalm-taint-escape ($filter is 520 ? 'html' : null)
902- * @psalm-taint-escape ($filter is 520 ? 'has_quotes' : null)
903- * @psalm-taint-escape ($filter is 520 ? 'shell' : null)
904- * @psalm-taint-escape ($filter is 520 ? 'ssrf' : null)
905- * @psalm-taint-escape ($filter is 520 ? 'file' : null)
906- * @psalm-taint-escape ($filter is 520 ? 'cookie' : null)
907- * @psalm-taint-escape ($filter is 520 ? 'header' : null)
847+ * @psalm-taint-escape ($filter is 520 ? 'input_except_sleep' : null)
908848 *
909849 * @psalm-flow ($value, $filter, $options) -> return
910850 */
0 commit comments