提交 87c4ff85 编写于 作者: J Justin Collins

Fix typo: each_exp -> each_sexp in BaseCheck

上级 ea011e73
......@@ -282,7 +282,7 @@ class Brakeman::BaseCheck < Brakeman::SexpProcessor
when :string_eval
if sexp? exp.value
if exp.value.node_type == :rlist
exp.value.each_exp do |e|
exp.value.each_sexp do |e|
match = has_immediate_user_input?(e)
return match if match
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册