From 8c7364a9e8b3a4173df41ae7d0726f91a49c76a7 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Thu, 8 Jun 2017 19:04:25 +0200 Subject: nest a bit more and simplify yaml --- security/index.html | 79 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 48 insertions(+), 31 deletions(-) (limited to 'security/index.html') diff --git a/security/index.html b/security/index.html index dd66378..b1af350 100644 --- a/security/index.html +++ b/security/index.html @@ -1,53 +1,70 @@ --- layout: page title: Security -permalink: /security/ +permalink: security/ categories: [ _nav ] --- - - - - - + + + + + - - + + - {% assign advisories = site.data.security %} {% for advisory in advisories reversed %} + - - - - - - - - + + + + + + + {% for bug in advisory.bugs %} - - + - - - + + + + + + + + + + + + - - - - - + + + + + {% endfor %} + {% endfor %}
LinksExploitable byAffected versionsFixed in version
LinksExploitableVersions affectedFixed Release date Git commit CreditDescription
Description
{{ advisory.name }}{{ advisory.release_date }}{{ advisory.git_commit | truncate: 8, "" }}{% if advisory.link %}{{ advisory.name }}{% elsif advisory.name contains "-SA-" %}{{ advisory.name }}{% else %}{{ advisory.name }}{% endif %}{% if advisory.affected_note %}{{ advisory.affected_note }}{% endif %}{{ advisory.release_date }}{% if advisory.git_commit %} {% endif %}
- {% for link in bug.external_links %} + + + {% if bug.name %} +
{% if bug.link %}{{ bug.name }}{% else %}{{ bug.name }}{% endif %}
+ {% endif %} + {% if bug.cve %} + + {% endif %} + {% for link in bug.external_links %} - {% endfor %} + {% endfor %}
{{ bug.exploitable_by }}{{ bug.affected_versions }} + {{ bug.exploitable_by }}{% if bug.affected_note_top %}{{ bug.affected_note_top }}{% endif %}{% comment %} release date {% endcomment %}{% if bug.git_commit %} {% endif %}{{ bug.credit }}{{ bug.description }}
{{ bug.affected_versions.from }}{{ bug.affected_versions.to }} {{ bug.fixed_version }} {{ bug.credit }}{{ bug.description }}
{% if bug.affected_note_bottom %}{{ bug.affected_note_bottom }}{% endif %}
@@ -66,11 +83,11 @@ categories: [ _nav ] Example: malformed color codes inside a message
  • - Local users: Exploitable by unprivileged system users with access to the same filesystem
    + Local: Exploitable by unprivileged system users with access to the same filesystem
    Example: CVE-2016-7553 (buf.pl information disclosure)
  • - Local formats: Exploitable through internal format codes used in themes and configs. These are not normally processed from the network but may be in combination with buggy scripts.
    + Formats: Exploitable through internal format codes used in themes and configs. These are not normally processed from the network but may be in combination with buggy scripts.
    Example: CVE-2017-5356 (Crash on %[)
  • -- cgit v1.2.3