chg: [infoleak] add qrcode tag

pull/285/head
terrtia 2024-10-01 14:48:22 +02:00
parent f467e5efe3
commit cb4982f909
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"exclusive": true "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.", "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", "namespace": "infoleak",
"values": [ "values": [
@ -159,6 +159,10 @@
"value": "onion", "value": "onion",
"expanded": "Onion link" "expanded": "Onion link"
}, },
{
"value": "qrcode",
"expanded": "QR Code"
},
{ {
"value": "sql-injection", "value": "sql-injection",
"expanded": "SQL injection" "expanded": "SQL injection"
@ -288,6 +292,10 @@
"value": "onion", "value": "onion",
"expanded": "Onion link" "expanded": "Onion link"
}, },
{
"value": "qrcode",
"expanded": "QR Code"
},
{ {
"value": "sql-injection", "value": "sql-injection",
"expanded": "SQL injection" "expanded": "SQL injection"