commit
68332e01de
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue