brakeman icon indicating copy to clipboard operation
brakeman copied to clipboard

A static analysis security vulnerability scanner for Ruby on Rails applications

Results 133 brakeman issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently, regardless of the Warning _Confidence_, warnings can either be considered to be exited on or not. It'd be great...

feature request

I want to set up some processing code for the JSON report of brakeman, but I can't find any good data on what the individual entries in the `errors` and...

feature request

The email address provided in the "Commercial Uses" section in LICENSE.md is invalid. Emails send to that address return with "User unknown" notice.

**Background** Brakeman version: 3.6.1 Rails version: 4.2.7.1 Ruby version: 2.1.2 Hi, sorry if this is a stupid question, but ive trying for a few days to fix my command injection...

I've been looking through the discussions in other issues about false positives, use of sanitize and so on, and am reading that sanitize doesn't completely protect against all circumstances, but...

### Background Brakeman version: 4.5.1 Rails version: 5.0.7.2 Ruby version: 2.4.3 Link to [Rails application code](https://github.com/doliveirakn/brakeman-1387): ### Issue What problem are you seeing? If we reference a namespaced ActiveRecord module...

### Background Brakeman version: 3.5.0 Rails version: 4.2.11.1 Ruby version: 2.4.6 ### False negative The follow code is not show as a warning on Brakeman. ```ruby paginate(current_scope.organizations.where("name LIKE ?", "#{params[:name]}%"))...

### Background Brakeman version: 4.7.0 Rails version: 5.2.3 Ruby version: 2.5.3 #### False Positive *Full* warning from Brakeman: ``` Confidence: Weak Category: Dynamic Render Path Check: Render Message: Render path...

### Background Brakeman version: 4.6.1 Rails version: 5.2.3 Ruby version: Using brakeman docker image ### Issue I noticed a few places where brakeman doesn't flag certain instances of unvalidated redirect...

**Is your feature request related to a problem? Please describe.** We would love to use brakeman in context of libraries or graphql ruby backend code, not necessarily directly bound to...