Class Brakeman::Report::HTML
In: lib/brakeman/report/report_html.rb
Parent: Brakeman::Report::Table

Methods

Constants

HTML_CONFIDENCE = [ "<span class='high-confidence'>High</span>", "<span class='med-confidence'>Medium</span>", "<span class='weak-confidence'>Weak</span>" ]

Public Class methods

Public Instance methods

Generate listings of templates and their output

Return header for HTML output. Uses CSS from tracker.options[:html_style]

Escape warning message and highlight user input in HTML output

Generate HTML for warnings, including context show/hidden via Javascript

[Validate]