presidentbeef/brakeman

View on GitHub
docs/warning_types/authentication_whitelist/index.markdown

Summary

Maintainability
Test Coverage
When skipping `before_filter`s with security implications, a "whitelist" approach using `only` should be used instead of `except`. This ensures actions are protected by default, and unprotected only by exception.