Language / Framework: Ruby/Rails
Checks: 59
Categories: Security
Brakeman version 4.3.1
Brakeman OSS is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities.
Due to the acquisition of Brakeman, we're currently not able to upgrade our OSS Brakeman plugin to use Brakeman's latest version.
Brakeman has asked that we direct all feedback around this issue to support@brakemanpro.com. They'll be able to provide some further context on when we'll be able to update the Brakeman plugin on codeclimate.com.
To enable Brakeman analysis, add the following to your .codeclimate.yml configuration file:
plugins
brakeman
enabledtrue
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
The Brakeman engine supports Brakeman configuration files (and ignore files) as described in the Brakeman documentation.
Sub-directory Support
If your application exists in a sub-directory, you can specify the sub-directory as an "app_path" in your config block. For example, if your rails app lives at "app/our_repo/", you would specify the following in your .codeclimate.yml:
plugins
brakeman
enabledtrue
config
app_path app/our_repo
Consult the official Brakeman documentation for more information about Brakeman analysis.
Updated 2 days ago