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
$input = $_GET["src"];
if ($whatever) {
echofile_get_contents($input);
}
Maybe we can figure out what syntax/CLI options would be used to achieve that, but I still think that this is a task for things similar to CodeQL (although I don't think it supports PHP).
How to build a rule match with above situation?
The text was updated successfully, but these errors were encountered: