From 2aa7b290466b224687b4e14328717224a9e6bf78 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 28 Oct 2019 14:49:37 +0100 Subject: [PATCH] chg: [infoleak] add public-key --- infoleak/machinetag.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/infoleak/machinetag.json b/infoleak/machinetag.json index c86ace2..438d227 100644 --- a/infoleak/machinetag.json +++ b/infoleak/machinetag.json @@ -33,7 +33,7 @@ "expanded": "Test" } ], - "version": 5, + "version": 6, "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": [ @@ -128,6 +128,10 @@ "value": "ec-private-key", "expanded": "EC private key" }, + { + "value": "public-key", + "expanded": "Public key" + }, { "value": "base64", "expanded": "Base64" @@ -253,6 +257,10 @@ "value": "ec-private-key", "expanded": "EC private key" }, + { + "value": "public-key", + "expanded": "Public key" + }, { "value": "base64", "expanded": "Base64"