summaryrefslogtreecommitdiff
path: root/security/index.html
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2017-06-09 11:21:49 +0200
committerAilin Nemui <ailin@z30a.localdomain>2017-06-09 11:21:49 +0200
commita29ad0fceae2fd65bbb09881cdcb3092f763fbdc (patch)
tree32111113958f4e2912b6bccafb3b1ead5229ffc1 /security/index.html
parent401abd7f03ae48a0465eb30f069e065667f0e7c3 (diff)
downloadirssi.github.io-a29ad0fceae2fd65bbb09881cdcb3092f763fbdc.zip
document how to use the security.yml
Diffstat (limited to 'security/index.html')
-rw-r--r--security/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/index.html b/security/index.html
index 8c85029..e48251c 100644
--- a/security/index.html
+++ b/security/index.html
@@ -42,8 +42,8 @@ categories: [ _nav ]
</td>
<td rowspan="3">{{ bug.exploitable_by }}</td>
{% if bug.affected_note_top %}<td class="has-next-row" colspan="4">{{ bug.affected_note_top }}</td>{% else %}
- <td class="has-next-row">{{ bug.affected_versions.from }}</td>
- <td class="has-next-row">&ndash;</td>
+ <td class="has-next-row">{% if bug.affected_versions.from %}{{ bug.affected_versions.from }}{% else %}*{% endif %}</td>
+ <td class="has-next-row">{% if bug.affected_versions.to %}&ndash;{% endif %}</td>
<td class="has-next-row">{{ bug.affected_versions.to }}</td>
<td class="has-next-row">
{% if bug.git_commit %}<a href="https://github.com/irssi/{% if bug.repo %}{{ bug.repo }}{% else %}irssi{% endif %}/commit/{{ bug.git_commit }}">{{ bug.fixed_version }}</a>{% else %}{{ bug.fixed_version }}{% endif %}
@@ -55,8 +55,8 @@ categories: [ _nav ]
</tr>
<tr{% if bug.important %} class="warning"{% endif %}>
{% if bug.affected_note_top %}
- <td class="has-next-row has-previous-row">{{ bug.affected_versions.from }}</td>
- <td class="has-next-row has-previous-row">&ndash;</td>
+ <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>
<td class="has-next-row has-previous-row">{{ bug.affected_versions.to }}</td>
<td class="has-next-row has-previous-row">
{% if bug.git_commit %}<a href="https://github.com/irssi/{% if bug.repo %}{{ bug.repo }}{% else %}irssi{% endif %}/commit/{{ bug.git_commit }}">{{ bug.fixed_version }}</a>{% else %}{{ bug.fixed_version }}{% endif %}