codeql/ruby/downgrades/fabe9e179ed1e3d0e45ccfab6ce.../ruby_if_def.ql

12 строки
288 B
Plaintext

class AstNode extends @ruby_ast_node {
string toString() { none() }
}
class Location extends @location {
string toString() { none() }
}
from AstNode id, AstNode condition, Location loc
where ruby_if_def(id, condition) and ruby_ast_node_info(id, _, _, loc)
select id, condition, loc