Class Brakeman::CheckDefaultRoutes
In: lib/brakeman/checks/check_default_routes.rb
Parent: Brakeman::BaseCheck

Checks if default routes are allowed in routes.rb

Methods

Public Instance methods

Checks for :allow_all_actions globally and for individual routes if it is not enabled globally.

[Validate]