chg: [infoleak] Added IP address tag value
parent
633d640c9f
commit
4edc8fa63d
|
@ -33,7 +33,7 @@
|
||||||
"expanded": "Test"
|
"expanded": "Test"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"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": [
|
||||||
|
@ -52,6 +52,10 @@
|
||||||
"value": "iban",
|
"value": "iban",
|
||||||
"expanded": "IBAN"
|
"expanded": "IBAN"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "ip",
|
||||||
|
"expanded": "IP address"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "mail",
|
"value": "mail",
|
||||||
"expanded": "Mail"
|
"expanded": "Mail"
|
||||||
|
@ -173,6 +177,10 @@
|
||||||
"value": "iban",
|
"value": "iban",
|
||||||
"expanded": "IBAN"
|
"expanded": "IBAN"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "ip",
|
||||||
|
"expanded": "IP address"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "mail",
|
"value": "mail",
|
||||||
"expanded": "Mail"
|
"expanded": "Mail"
|
||||||
|
|
Loading…
Reference in New Issue