From 54e8c87ccbf00ebfc766b775afe25225d7c30f97 Mon Sep 17 00:00:00 2001 From: nukeador Date: Tue, 2 Feb 2021 22:00:15 +0100 Subject: [PATCH] =?UTF-8?q?Solo=20enlazamos=20webs=20con=20an=C3=A1lisis?= =?UTF-8?q?=20terminados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/tabla.njk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_includes/tabla.njk b/_includes/tabla.njk index 3a9fd5696ed..985b4cadd61 100644 --- a/_includes/tabla.njk +++ b/_includes/tabla.njk @@ -11,6 +11,7 @@ {% for web in webs | sort(attribute="url") %} {% set security = results[web.url | replace(".", "!")] %} {% if security %} + {% if security.state == 'FINISHED' %} {% if security.tests_passed < 5 %}☠️{% else %}{{ security.grade }}{% endif %} @@ -31,9 +32,19 @@ https://websegura.pucelabits.org'| urlEncode }}{{ path }}{{ '?pk_campaign=Hazsel Tuitear + {% endif %} + {% else %} + + 🕐 + + {{ web.url | replace("www.", "") }} + + + + {% endif %} {% endif %} {% endfor %}