From e0cd87bdc37910dcb079275347fe371309de0bb3 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 20 May 2019 10:06:30 +0200 Subject: [PATCH] chg: [infoleak] add pgp-public-key-block, pgp-signature --- infoleak/machinetag.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/infoleak/machinetag.json b/infoleak/machinetag.json index d1b70f5..1c1a6ce 100644 --- a/infoleak/machinetag.json +++ b/infoleak/machinetag.json @@ -33,7 +33,7 @@ "expanded": "Test" } ], - "version": 3, + "version": 4, "description": "A taxonomy describing information leaks and especially information classified as being potentially leaked. The taxonomy is based on the work by CIRCL on the AIL framework. The taxonomy aim is to be used at large to improve classification of leaked information.", "namespace": "infoleak", "values": [ @@ -96,6 +96,14 @@ "value": "pgp-message", "expanded": "PGP message" }, + { + "value": "pgp-public-key-block", + "expanded": "PGP public key block" + }, + { + "value": "pgp-signature", + "expanded": "PGP signature" + }, { "value": "pgp-private-key", "expanded": "PGP private key" @@ -209,6 +217,14 @@ "value": "pgp-message", "expanded": "PGP message" }, + { + "value": "pgp-public-key-block", + "expanded": "PGP public key block" + }, + { + "value": "pgp-signature", + "expanded": "PGP signature" + }, { "value": "pgp-private-key", "expanded": "PGP private key"