We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1d18b commit 3a3c4a0Copy full SHA for 3a3c4a0
pages/security.html
@@ -31,7 +31,7 @@ <h3>Security tracker</h3>
31
<th class="first_vuln">first vulnerable</th>
32
<th class="first_fixed">first fixed</th>
33
</tr>
34
- {% assign security_reverse = site.security | where_exp: "item", "item.name" | reverse %}
+ {% assign security_reverse = site.security | where_exp: "item", "item.first_vulnerable" | reverse %}
35
{% for security in security_reverse %}
36
<tr class="{% cycle 'odd', 'even' %}">
37
<td><a href="{{ site.baseurl }}{{ security.url }}">{{ security.name }}</td>
0 commit comments