fix: reorder infoleak predicates
parent
8fde7a0d55
commit
1b8bfb1d4a
|
@ -1,24 +1,24 @@
|
||||||
{
|
{
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"expanded": "Source of the information leak",
|
"expanded": "Type of information leak detected from automatic analysis",
|
||||||
"value": "source"
|
"value": "automatic-detection"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"expanded": "Type of information leak detected from a human analysis",
|
"expanded": "Type of information leak detected from a human analysis",
|
||||||
"value": "analyst-detection"
|
"value": "analyst-detection"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"expanded": "Type of information leak detected from automatic analysis",
|
"value": "confirmed",
|
||||||
"value": "automatic-detection"
|
"expanded": "Confirmed information leak or not"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "Source of the information leak",
|
||||||
|
"value": "source"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "certainty",
|
"value": "certainty",
|
||||||
"expanded": "Certainty of the information to be a leak"
|
"expanded": "Certainty of the information to be a leak"
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "confirmed",
|
|
||||||
"expanded": "Confirmed information leak or not"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
|
Loading…
Reference in New Issue