提交 64b667e5 编写于 作者: N Neil Matatall

remove custom link attr in favor of updating brakeman site docs

上级 08417474
......@@ -63,8 +63,7 @@ class Brakeman::CheckForgerySetting < Brakeman::BaseCheck
:warning_code => :csrf_not_protected_by_raising_exception,
:message => "protect_from_forgery should be configured with 'with: :exception'",
:confidence => CONFIDENCE[:med],
:file => app_controller[:files].first,
:link_path => "blog post link?"
:file => app_controller[:files].first
}
args.merge!(:code => forgery_opts.first) if forgery_opts.is_a?(Array)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册