redmine_audit 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,21 +0,0 @@
1
- <%= l(:mail_summary_advisories_found) %>
2
-
3
- <%-
4
- @advisories.each do |advisory|
5
- if advisory.external_references && !advisory.external_references.empty?
6
- ext_refs = advisory.external_references
7
- else
8
- ext_refs = 'none'
9
- end
10
- solution = advisory.fixed_versions.join(', ')
11
- -%>
12
-
13
- Name: Redmine
14
- Version: <%= @redmine_version %>
15
- Severity: <%= advisory.severity %>
16
- URL: <%= ext_refs %>
17
- Detail: <%= advisory.details %>
18
- Solution: upgrade to <%= solution %>
19
- <%- end -%>
20
-
21
- <%= l(:mail_detail_link_head_advisories_found) %> <%= RedmineAudit::Database::URL %> <%= l(:mail_detail_link_tail_advisories_found) %>