提交 05d33412 编写于 作者: J Justin

README fixes

上级 cd1663fb
......@@ -39,13 +39,13 @@ Multiple checks should be separated by a comma:
To do the opposite and only run a certain set of tests:
brakeman -t Find,ValidationRegex path/to/rails/app/root
brakeman -t SQL,ValidationRegex path/to/rails/app/root
To indicate certain methods are "safe":
brakeman -s benign_method,totally_safe path/to/rails/app/root
By default, brakeman will assume that unknown methods involving untrusted data are dangerous. For example, this would a warning:
By default, brakeman will assume that unknown methods involving untrusted data are dangerous. For example, this would raise a warning:
<%= some_method(:option => params[:input]) %>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册