From cb4982f9091a302a69f4f889c51e9b95e6aedf97 Mon Sep 17 00:00:00 2001 From: terrtia Date: Tue, 1 Oct 2024 14:48:22 +0200 Subject: [PATCH] chg: [infoleak] add qrcode tag --- infoleak/machinetag.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/infoleak/machinetag.json b/infoleak/machinetag.json index 9f50fd6..f2a5cff 100644 --- a/infoleak/machinetag.json +++ b/infoleak/machinetag.json @@ -32,7 +32,7 @@ "exclusive": true } ], - "version": 7, + "version": 8, "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": [ @@ -159,6 +159,10 @@ "value": "onion", "expanded": "Onion link" }, + { + "value": "qrcode", + "expanded": "QR Code" + }, { "value": "sql-injection", "expanded": "SQL injection" @@ -288,6 +292,10 @@ "value": "onion", "expanded": "Onion link" }, + { + "value": "qrcode", + "expanded": "QR Code" + }, { "value": "sql-injection", "expanded": "SQL injection"