From 1e925229a9613f8aa0a37e06d2a375019d5131d1 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 11 May 2022 17:58:15 +0200 Subject: Add a description to articles --- articles/2009/20090602_socket_pt1.rhtml.config | 6 +++++- .../2021/20210420_install-certificates-with-certbot.rhtml.config | 3 ++- articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config | 6 +++++- 3 files changed, 12 insertions(+), 3 deletions(-) (limited to 'articles') diff --git a/articles/2009/20090602_socket_pt1.rhtml.config b/articles/2009/20090602_socket_pt1.rhtml.config index d162241..81d27bf 100644 --- a/articles/2009/20090602_socket_pt1.rhtml.config +++ b/articles/2009/20090602_socket_pt1.rhtml.config @@ -1,2 +1,6 @@ title: "Programmare con le socket (Parte 1)" -pageName: home +category: home +description: "La socket (in inglese \"presa\") è una particolare astrazione \ + software che permette ai processi messi in comunicazione di inviare e \ + ricevere dati. Le socket sono nate intorno agli anni ’80, il primo kernel \ + a implementarle fu BSD 4.2 nel 1983." \ No newline at end of file diff --git a/articles/2021/20210420_install-certificates-with-certbot.rhtml.config b/articles/2021/20210420_install-certificates-with-certbot.rhtml.config index 78a9f53..d412327 100644 --- a/articles/2021/20210420_install-certificates-with-certbot.rhtml.config +++ b/articles/2021/20210420_install-certificates-with-certbot.rhtml.config @@ -1,2 +1,3 @@ title: "Installare certificati con certbot" -pageName: home +category: home +description: "Come installere i certificati su un server web utilizzando certbot." \ No newline at end of file diff --git a/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config b/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config index b1b5f55..b617d57 100644 --- a/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config +++ b/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config @@ -1,2 +1,6 @@ title: "Gravi vulnerabilità in Log4j" -pageName: home +category: home +description: "Le vulnerabilità sfruttano le funzionalità \ + JNDI di Log4j consentendo ad un attaccante di utilizzare un \ + servizio LDAP per eseguire codice malevolo da remoto." +classes: critical \ No newline at end of file -- cgit v1.2.3