Merge pull request #101 from Terrtia/master

infoleak taxonomy, add ail tags
pull/102/head
Alexandre Dulaunoy 2018-05-16 16:54:28 +02:00 committed by GitHub
commit fd2a67a9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 138 additions and 2 deletions

View File

@ -36,6 +36,10 @@
"value": "credit-card",
"expanded": "Credit card"
},
{
"value": "mail",
"expanded": "Mail"
},
{
"value": "phone-number",
"expanded": "Phone number"
@ -44,17 +48,81 @@
"value": "api-key",
"expanded": "API key"
},
{
"value": "google-api-key",
"expanded": "Google API key"
},
{
"value": "aws-key",
"expanded": "AWS key"
},
{
"value": "private-key",
"expanded": "Private key at large"
},
{
"value": "encrypted-private-key",
"expanded": "Encrypted private key at large"
},
{
"value": "private-ssh-key",
"expanded": "Private ssh key"
"expanded": "Private SSH key"
},
{
"value": "private-static-key",
"expanded": "Private state key"
},
{
"value": "vpn-static-key",
"expanded": "VPN static key"
},
{
"value": "pgp-message",
"expanded": "PGP message"
},
{
"value": "pgp-private-key",
"expanded": "PGP private key"
},
{
"value": "certificate",
"expanded": "Certificate"
},
{
"value": "rsa-private-key",
"expanded": "RSA private key"
},
{
"value": "dsa-private-key",
"expanded": "DSA private key"
},
{
"value": "ec-private-key",
"expanded": "EC private key"
},
{
"value": "base64",
"expanded": "Base64"
},
{
"value": "bitcoin-address",
"expanded": "Bitcoin address"
},
{
"value": "bitcoin-private-key",
"expanded": "Bitcoin private key"
},
{
"value": "cve",
"expanded": "CVE"
},
{
"value": "onion",
"expanded": "Onion link"
},
{
"value": "sql-injection",
"expanded": "SQL injection"
}
]
},
@ -69,6 +137,10 @@
"value": "credit-card",
"expanded": "Credit card"
},
{
"value": "mail",
"expanded": "Mail"
},
{
"value": "phone-number",
"expanded": "Phone number"
@ -77,17 +149,81 @@
"value": "api-key",
"expanded": "API key"
},
{
"value": "google-api-key",
"expanded": "Google API key"
},
{
"value": "aws-key",
"expanded": "AWS key"
},
{
"value": "private-key",
"expanded": "Private key at large"
},
{
"value": "encrypted-private-key",
"expanded": "Encrypted private key at large"
},
{
"value": "private-ssh-key",
"expanded": "Private ssh key"
"expanded": "Private SSH key"
},
{
"value": "private-static-key",
"expanded": "Private state key"
},
{
"value": "vpn-static-key",
"expanded": "VPN static key"
},
{
"value": "pgp-message",
"expanded": "PGP message"
},
{
"value": "pgp-private-key",
"expanded": "PGP private key"
},
{
"value": "certificate",
"expanded": "Certificate"
},
{
"value": "rsa-private-key",
"expanded": "RSA private key"
},
{
"value": "dsa-private-key",
"expanded": "DSA private key"
},
{
"value": "ec-private-key",
"expanded": "EC private key"
},
{
"value": "base64",
"expanded": "Base64"
},
{
"value": "bitcoin-address",
"expanded": "Bitcoin address"
},
{
"value": "bitcoin-private-key",
"expanded": "Bitcoin private key"
},
{
"value": "cve",
"expanded": "CVE"
},
{
"value": "onion",
"expanded": "Onion link"
},
{
"value": "sql-injection",
"expanded": "SQL injection"
}
]
},