HELLO v3!!!
This commit is contained in:
14
app/views/cli/vulnerability.erb
Normal file
14
app/views/cli/vulnerability.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
| <%= critical_icon %> Title: <%= @v.title %>
|
||||
<% if @v.fixed_in -%>
|
||||
| Fixed in: <%= @v.fixed_in %>
|
||||
<% end -%>
|
||||
<% unless (references = @v.references_urls).empty? -%>
|
||||
<% if references.size == 1 -%>
|
||||
| Reference: <%= references.first %>
|
||||
<% else -%>
|
||||
| References:
|
||||
<% references.each do |ref| -%>
|
||||
| - <%= ref %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user