Change some enum icons to critical

This commit is contained in:
ethicalhack3r
2019-06-28 15:00:05 +02:00
parent 065142ff19
commit 4e0153e94a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<%= notice_icon %> Config Backup(s) Identified: <%= notice_icon %> Config Backup(s) Identified:
<% @config_backups.each do |config_backup| -%> <% @config_backups.each do |config_backup| -%>
<%= info_icon %> <%= config_backup %> <%= critical_icon %> <%= config_backup %>
<%= render('@finding', item: config_backup) -%> <%= render('@finding', item: config_backup) -%>
<% end -%> <% end -%>
<% end %> <% end %>

View File

@@ -5,7 +5,7 @@
<%= notice_icon %> Db Export(s) Identified: <%= notice_icon %> Db Export(s) Identified:
<% @db_exports.each do |db_export| -%> <% @db_exports.each do |db_export| -%>
<%= info_icon %> <%= db_export %> <%= critical_icon %> <%= db_export %>
<%= render('@finding', item: db_export) -%> <%= render('@finding', item: db_export) -%>
<% end -%> <% end -%>
<% end %> <% end %>

View File

@@ -5,7 +5,7 @@
<%= notice_icon %> Timthumb(s) Identified: <%= notice_icon %> Timthumb(s) Identified:
<% @timthumbs.each do |timthumb| -%> <% @timthumbs.each do |timthumb| -%>
<%= info_icon %> <%= timthumb %> <%= critical_icon %> <%= timthumb %>
<%= render('@finding', item: timthumb) -%> <%= render('@finding', item: timthumb) -%>
| |
<% if timthumb.version -%> <% if timthumb.version -%>