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
Given this code: https://psalm.dev/r/d1aadc9fc2. Only the issue with taint source get_query_parameters() inside db_query_using_get_query_parameters() is detected, the one with db_query_with_arg($_GET['foo']); is not.
When you remove the whole db_query_using_get_query_parameters() function, it suddenly detects the issue with db_query_with_arg($_GET['foo']); See https://psalm.dev/r/6bd082120b.
The text was updated successfully, but these errors were encountered:
Given this code: https://psalm.dev/r/d1aadc9fc2. Only the issue with taint source get_query_parameters() inside db_query_using_get_query_parameters() is detected, the one with db_query_with_arg($_GET['foo']); is not.
When you remove the whole db_query_using_get_query_parameters() function, it suddenly detects the issue with db_query_with_arg($_GET['foo']); See https://psalm.dev/r/6bd082120b.
The text was updated successfully, but these errors were encountered: