summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_data/security.yml5
-rw-r--r--security/index.html6
2 files changed, 3 insertions, 8 deletions
diff --git a/_data/security.yml b/_data/security.yml
index bf7f51f..d918a58 100644
--- a/_data/security.yml
+++ b/_data/security.yml
@@ -12,7 +12,6 @@
# cve: CVE of bug, ex: CVE-2099-0999 (optional)
# name: name for the bug (in reference to the group), ex: (a) (optional)
# link: link to more information about the bug (optional)
-# important: when True, will highlight the row in yellow (optional)
# # additional external links to display in the first column (optional)
# external_links:
# -
@@ -52,7 +51,6 @@
-
cve: CVE-2002-1840
exploitable_by: remote
- important: True
affected_versions:
from: 0.8.4
affected_note_bottom: 'downloaded after 2002-03-14'
@@ -143,7 +141,6 @@
-
cve: CVE-2016-7044
exploitable_by: client
- important: True
affected_versions:
from: 0.8.17
to: 0.8.19
@@ -154,7 +151,6 @@
-
cve: CVE-2016-7045
exploitable_by: client
- important: True
affected_versions:
from: 0.8.17
to: 0.8.19
@@ -254,7 +250,6 @@
-
cve: CVE-2017-7191
exploitable_by: server
- important: True
affected_versions:
from: 1.0.0
to: 1.0.1
diff --git a/security/index.html b/security/index.html
index e48251c..44391f2 100644
--- a/security/index.html
+++ b/security/index.html
@@ -27,7 +27,7 @@ categories: [ _nav ]
</tbody>
<tbody>
{% for bug in advisory.bugs %}
- <tr{% if bug.important %} class="warning"{% endif %}>
+ <tr>
<td rowspan="3"></td>
<td rowspan="3" class="text-nowrap">
{% if bug.name %}
@@ -53,7 +53,7 @@ categories: [ _nav ]
<td rowspan="3">{{ bug.description }}</td>
<td rowspan="3"></td>
</tr>
- <tr{% if bug.important %} class="warning"{% endif %}>
+ <tr>
{% if bug.affected_note_top %}
<td class="has-next-row has-previous-row">{% if bug.affected_versions.from %}{{ bug.affected_versions.from }}{% else %}*{% endif %}</td>
<td class="has-next-row has-previous-row">{% if bug.affected_versions.to %}&ndash;{% endif %}</td>
@@ -66,7 +66,7 @@ categories: [ _nav ]
<td class="has-previous-row" rowspan="2"></td>
{% endif %}
</tr>
- <tr{% if bug.important %} class="warning"{% endif %}>
+ <tr>
{% if bug.affected_note_top %}
<td class="has-previous-row" colspan="3">{% if bug.affected_note_bottom %}{{ bug.affected_note_bottom }}{% endif %}</td>
<td class="has-previous-row"></td>