infoleak, add type of submission, output format and test predicates
parent
cef4361f3b
commit
f2e10df135
|
@ -16,12 +16,24 @@
|
||||||
"expanded": "Source of the information leak",
|
"expanded": "Source of the information leak",
|
||||||
"value": "source"
|
"value": "source"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"expanded": "type of submission",
|
||||||
|
"value": "submission"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "Output format",
|
||||||
|
"value": "output-format"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "certainty",
|
"value": "certainty",
|
||||||
"expanded": "Certainty of the information to be a leak"
|
"expanded": "Certainty of the information to be a leak"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "test",
|
||||||
|
"expanded": "Test"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"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": [
|
||||||
|
@ -289,6 +301,40 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"predicate": "submission",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "manual",
|
||||||
|
"expanded": "Manual"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "automatic",
|
||||||
|
"expanded": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "crawler",
|
||||||
|
"expanded": "Crawler"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "output-format",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "ail-daily",
|
||||||
|
"expanded": "Daily event"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "ail-weekly",
|
||||||
|
"expanded": "Weekly event"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "ail-monthly",
|
||||||
|
"expanded": "Monthly event"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue