Sha256: 352765bd0c050d99aecbf500ca622f1c361905d86ecd906fc30cb92a75000d3d
Contents?: true
Size: 505 Bytes
Versions: 40
Compression:
Stored size: 505 Bytes
Contents
<p>Controller Warnings</p> <table> <thead> <tr> <th>Confidence</th> <th>Controller</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['Controller']%></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