Merge pull request #107 from Terrtia/master
chg: [infoleak] add binary and hexadecimalpull/108/head
commit
1b1788b31e
|
@ -33,7 +33,7 @@
|
||||||
"expanded": "Test"
|
"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.",
|
"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": [
|
||||||
|
@ -116,6 +116,14 @@
|
||||||
"value": "base64",
|
"value": "base64",
|
||||||
"expanded": "Base64"
|
"expanded": "Base64"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "binary",
|
||||||
|
"expanded": "Binary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "hexadecimal",
|
||||||
|
"expanded": "Hexadecimal"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "bitcoin-address",
|
"value": "bitcoin-address",
|
||||||
"expanded": "Bitcoin address"
|
"expanded": "Bitcoin address"
|
||||||
|
@ -217,6 +225,14 @@
|
||||||
"value": "base64",
|
"value": "base64",
|
||||||
"expanded": "Base64"
|
"expanded": "Base64"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "binary",
|
||||||
|
"expanded": "Binary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "hexadecimal",
|
||||||
|
"expanded": "Hexadecimal"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "bitcoin-address",
|
"value": "bitcoin-address",
|
||||||
"expanded": "Bitcoin address"
|
"expanded": "Bitcoin address"
|
||||||
|
|
Loading…
Reference in New Issue