chg: [infoleak] add binary and hexadecimal

pull/107/head
Terrtia 2018-07-20 10:50:18 +02:00
parent 4b1c62d297
commit 3e82526ed1
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 17 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"expanded": "Test"
}
],
"version": 2,
"version": 3,
"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": [
@ -116,6 +116,14 @@
"value": "base64",
"expanded": "Base64"
},
{
"value": "binary",
"expanded": "Binary"
},
{
"value": "hexadecimal",
"expanded": "Hexadecimal"
},
{
"value": "bitcoin-address",
"expanded": "Bitcoin address"
@ -217,6 +225,14 @@
"value": "base64",
"expanded": "Base64"
},
{
"value": "binary",
"expanded": "Binary"
},
{
"value": "hexadecimal",
"expanded": "Hexadecimal"
},
{
"value": "bitcoin-address",
"expanded": "Bitcoin address"