You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's not a sqli issue, as we're previously verifying that is_numeric( $_GET['block_instances'] ) but just for code sniffing and explicitness, probably would be worth either casting as an (int) or passing through intval() inline here where we're using it:
I know it's not a sqli issue, as we're previously verifying that
is_numeric( $_GET['block_instances'] )
but just for code sniffing and explicitness, probably would be worth either casting as an(int)
or passing throughintval()
inline here where we're using it:fabrica-reusable-block-instances/fabrica-reusable-block-instances.php
Line 58 in 3a32abe
The text was updated successfully, but these errors were encountered: