Skip to main content

Brakeman

Pro Plan Feature

This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our pricing page for more information about our plans and features.

Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities. It scans your application's code for potential security issues and provides detailed reports about any vulnerabilities it finds.

Supported Files

Brakeman will run on files with the following extensions:

  • Gemfile
  • *.rb
  • *.erb

Features

Brakeman can detect many critical vulnerabilities such as:

  • SQL injection
  • Cross-site scripting (XSS)
  • Mass assignment
  • Remote code execution
  • And many more security vulnerabilities
  • Out of date package versions
  • Etc