| Class | Brakeman::Checks |
| In: |
lib/brakeman/checks.rb
|
| Parent: | Object |
| checks_run | [R] | |
| controller_warnings | [R] | |
| model_warnings | [R] | |
| template_warnings | [R] | |
| warnings | [R] |
Return a hash of arrays of new and fixed warnings
diff = checks.diff old_checks
diff[:fixed] # [...]
diff[:new] # [...]