From 9a6e7c57484e16bdd3f4aa917e6489048fb242d0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 6 May 2021 16:01:32 +0200 Subject: simplify structure --- template/news/2020-04.html.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 template/news/2020-04.html.j2 (limited to 'template/news/2020-04.html.j2') diff --git a/template/news/2020-04.html.j2 b/template/news/2020-04.html.j2 new file mode 100644 index 00000000..3468f0bb --- /dev/null +++ b/template/news/2020-04.html.j2 @@ -0,0 +1,20 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

2020-04: Exchange ready for external security audit

+

+ We received a grant from NLnet + foundation to pay for an + external security audit of the GNU Taler exchange cryptography, + code and documentation. We spent the last four months preparing + the code, closing almost all of the known issues, performing static analysis, + fixing compiler warnings, improving test code coverage, + fuzzing, benchmarking, and reading the code line-by-line. + Now, we are now ready to start the external audit. This April, + CodeBlau will review the + code in the Master branch tagged CodeBlau-NGI-2019 + and we will of course make their report available in full + once it is complete. Thanks to NLnet and the European + Commission's Horizion 2020 NGI initiative + for funding this work. +

+{% endblock body_content %} -- cgit v1.2.3