Sha256: 69fecdbac9f402273e02a3c272b0529c60741ce803b32a7835b53b2bf0fbdb49
Contents?: true
Size: 968 Bytes
Versions: 29
Compression:
Stored size: 968 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
29 entries across 29 versions & 2 rubygems