Sha256: 812d46e96f2471c8c287038b784c591b79be18b315caa1f6881e011ec0809027
Contents?: true
Size: 977 Bytes
Versions: 7
Compression:
Stored size: 977 Bytes
Contents
<!DOCTYPE HTML SYSTEM> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Brakeman Report</title> <script> function toggle(context) { var elem = document.getElementById(context); if (elem.style.display != "block") elem.style.display = "block"; else elem.style.display = "none"; elem.parentNode.scrollIntoView(); } </script> <style> <%= css %> </style> </head> <body> <h1>Brakeman Report</h1> <table> <tr> <th>Application Path</th> <th>Rails Version</th> <th>Brakeman Version</th> <th>Report Time</th> <th>Checks Performed</th> </tr> <tr> <td><%= File.expand_path tracker.options[:app_path] %></td> <td><%= rails_version %></td> <td><%= Brakeman::Version %> <td> <%= tracker.start_time %><br><br> <%= tracker.duration %> seconds </td> <td><%= checks.checks_run.sort.join(", ") %></td> </tr> </table> <br>
Version data entries
7 entries across 7 versions & 1 rubygems