Sha256: 1083f8bf2378f6b625983456d66e5f366ec0c185bd381a33a564ae77e042f6d3
Contents?: true
Size: 498 Bytes
Versions: 193
Compression:
Stored size: 498 Bytes
Contents
<h2>Security Warnings</h2> <table> <thead> <tr> <th>Confidence</th> <th>Class</th> <th>Method</th> <th>Warning Type</th> <th>Message</th> </tr> </thead> <tbody> <% warnings.each do |warning| %> <tr> <td><%= warning['Confidence']%></td> <td><%= warning['Class']%></td> <td><%= warning['Method']%></td> <td><%= warning['Warning Type']%></td> <td><%= warning['Message']%></td> </tr> <% end %> </tbody> </table>
Version data entries
193 entries across 179 versions & 5 rubygems