Sha256: 83710540be623ec01ccc5a10e3682071db5ede961526bb5dd43aba5c70b3d7b9
Contents?: true
Size: 857 Bytes
Versions: 5
Compression:
Stored size: 857 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>Report Generation Time</th> <th>Checks Performed</th> </tr> <tr> <td><%= File.expand_path tracker.options[:app_path] %></td> <td><%= rails_version %></td> <td><%= Time.now %></td> <td><%= checks.checks_run.sort.join(", ") %></td> </tr> </table> <br>
Version data entries
5 entries across 5 versions & 1 rubygems