Sha256: af0fe3cc93e161f9e6ccb33f068ee184faaf10c4242ed9c40f5b14c4ede1a0ff
Contents?: true
Size: 490 Bytes
Versions: 40
Compression:
Stored size: 490 Bytes
Contents
<p>Model Warnings</p> <table> <thead> <tr> <th>Confidence</th> <th>Model</th> <th>Warning Type</th> <th>CWE ID</th> <th>Message</th> </tr> </thead> <tbody> <% warnings.each do |warning| %> <tr> <td><%= warning['Confidence']%></td> <td><%= warning['Model']%></td> <td><%= warning['Warning Type']%></td> <td><%= warning['CWE ID']%></td> <td><%= warning['Message']%></td> </tr> <% end %> </tbody> </table>
Version data entries
40 entries across 40 versions & 3 rubygems