From e5d3d68f7757765a9b868374dcd2d8ded3f0de7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 6 Jul 2018 23:32:55 +0200 Subject: [PATCH] chg: reorder predicates in smart-airports-threats --- smart-airports-threats/machinetag.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/smart-airports-threats/machinetag.json b/smart-airports-threats/machinetag.json index 69b2088..35cf5bd 100644 --- a/smart-airports-threats/machinetag.json +++ b/smart-airports-threats/machinetag.json @@ -1,29 +1,29 @@ { + "version": 1, + "description": "Threat taxonomy in the scope of securing smart airports by ENISA. https://www.enisa.europa.eu/publications/securing-smart-airports", + "namespace": "smart-airports-threats", "predicates": [ { "expanded": "Human errors", "value": "human-errors" }, - { - "expanded": "Natural and social phenomena", - "value": "natural-and-social-phenomena" - }, { "expanded": "System failures", "value": "system-failures" }, { - "expanded": "Malicious actions", - "value": "malicious-actions" + "expanded": "Natural and social phenomena", + "value": "natural-and-social-phenomena" }, { "expanded": "Third party failures", "value": "third-party-failures" + }, + { + "expanded": "Malicious actions", + "value": "malicious-actions" } ], - "version": 1, - "description": "Threat taxonomy in the scope of securing smart airports by ENISA. https://www.enisa.europa.eu/publications/securing-smart-airports", - "namespace": "smart-airports-threats", "values": [ { "predicate": "human-errors",