From cebcca8c91641eff8f89f7f27c165a3b6ddd78b4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 15 Jun 2018 08:31:53 +0200 Subject: [PATCH] chg: [smart-airports-threats] system failures predicate added --- smart-airports-threats/machinetag.json | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/smart-airports-threats/machinetag.json b/smart-airports-threats/machinetag.json index ce47b0e..435760a 100644 --- a/smart-airports-threats/machinetag.json +++ b/smart-airports-threats/machinetag.json @@ -45,6 +45,47 @@ "expanded": "Non compliance with policies or procedure" } ] + }, + { + "predicate": "system-failures", + "entry": [ + { + "value": "failures-of-devices-or-systems", + "expanded": "Failures of devices or systems" + }, + { + "value": "failures-or-disruptions-of-communication-links", + "expanded": "Failures or disruptions of communication links (communication networks" + }, + { + "value": "failures-of-parts-of-devices", + "expanded": "Failures of parts of devices" + }, + { + "value": "failures-or-disruptions-of-main-supply", + "expanded": "Failures or disruptions of main supply" + }, + { + "value": "failures-or-disruptions-of-the-power-supply", + "expanded": "Failures or disruptions of the power supply" + }, + { + "value": "malfunctions-of-parts-of-devices", + "expanded": "Malfunctions of parts of devices" + }, + { + "value": "malfunctions-of-devices-or-systems", + "expanded": "Malfunctions of devices or systems" + }, + { + "value": "failures-of-hardware", + "expanded": "Failures of hardware" + }, + { + "value": "software-bugs", + "expanded": "Software bugs" + } + ] } ] }