Class Brakeman::Report
In: lib/brakeman/report/renderer.rb
lib/brakeman/report.rb
Parent: Object

Generates a report based on the Tracker and the results of Tracker#run_checks. Be sure to run_checks before generating a report.

Methods

Classes and Modules

Class Brakeman::Report::Renderer

Constants

VALID_FORMATS = [:to_html, :to_pdf, :to_csv, :to_json, :to_tabs, :to_hash, :to_s, :to_markdown, :to_codeclimate, :to_plain, :to_text]

Attributes

tracker  [R] 

Public Class methods

Public Instance methods

to_plain()

Alias for to_text

to_s()

Alias for to_text

[Validate]