Merge pull request #144 from Terrtia/master
chg: [infoleak] add pgp-public-key-block, pgp-signaturepull/145/head
commit
03ee87d1ed
|
@ -33,7 +33,7 @@
|
|||
"expanded": "Test"
|
||||
}
|
||||
],
|
||||
"version": 3,
|
||||
"version": 4,
|
||||
"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": [
|
||||
|
@ -96,6 +96,14 @@
|
|||
"value": "pgp-message",
|
||||
"expanded": "PGP message"
|
||||
},
|
||||
{
|
||||
"value": "pgp-public-key-block",
|
||||
"expanded": "PGP public key block"
|
||||
},
|
||||
{
|
||||
"value": "pgp-signature",
|
||||
"expanded": "PGP signature"
|
||||
},
|
||||
{
|
||||
"value": "pgp-private-key",
|
||||
"expanded": "PGP private key"
|
||||
|
@ -209,6 +217,14 @@
|
|||
"value": "pgp-message",
|
||||
"expanded": "PGP message"
|
||||
},
|
||||
{
|
||||
"value": "pgp-public-key-block",
|
||||
"expanded": "PGP public key block"
|
||||
},
|
||||
{
|
||||
"value": "pgp-signature",
|
||||
"expanded": "PGP signature"
|
||||
},
|
||||
{
|
||||
"value": "pgp-private-key",
|
||||
"expanded": "PGP private key"
|
||||
|
|
Loading…
Reference in New Issue