From 1b8bfb1d4a94d7415732866cc0c45d15198259e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 16 May 2018 14:50:29 -0400 Subject: [PATCH] fix: reorder infoleak predicates --- infoleak/machinetag.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/infoleak/machinetag.json b/infoleak/machinetag.json index 030e46f..357b2e3 100644 --- a/infoleak/machinetag.json +++ b/infoleak/machinetag.json @@ -1,24 +1,24 @@ { "predicates": [ { - "expanded": "Source of the information leak", - "value": "source" + "expanded": "Type of information leak detected from automatic analysis", + "value": "automatic-detection" }, { "expanded": "Type of information leak detected from a human analysis", "value": "analyst-detection" }, { - "expanded": "Type of information leak detected from automatic analysis", - "value": "automatic-detection" + "value": "confirmed", + "expanded": "Confirmed information leak or not" + }, + { + "expanded": "Source of the information leak", + "value": "source" }, { "value": "certainty", "expanded": "Certainty of the information to be a leak" - }, - { - "value": "confirmed", - "expanded": "Confirmed information leak or not" } ], "version": 1,