Sha256: 1c18fae168f144ac42fdda4d46c83a2745aa935043affdf069abc3647428bd33
Contents?: true
Size: 941 Bytes
Versions: 20
Compression:
Stored size: 941 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><%= tracker.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
20 entries across 20 versions & 2 rubygems