chg: [infoleak] add public-key
parent
cf0ddd714a
commit
2aa7b29046
|
@ -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