From 6c5605e4c13746896094d76965840a57f44d74de Mon Sep 17 00:00:00 2001 From: Maurizio Casciano Date: Tue, 14 Nov 2023 09:28:40 +0100 Subject: [PATCH] Fix #324 ICS Platforms allowed values --- app/config/allowed-values.json | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/app/config/allowed-values.json b/app/config/allowed-values.json index b2a795af..a65fda05 100644 --- a/app/config/allowed-values.json +++ b/app/config/allowed-values.json @@ -31,16 +31,11 @@ { "domainName": "ics-attack", "allowedValues": [ - "Field Controller/RTU/PLC/IED", - "Safety Instrumented System/Protection Relay", - "Device Configuration/Parameters", - "Control Server", - "Input/Output Server", - "Data Historian", - "Human-Machine Interface", - "Engineering Workstation", - "None", - "Windows" + "Windows", + "Linux", + "Network", + "Embedded", + "Cloud" ] } ] @@ -176,14 +171,11 @@ { "domainName": "ics-attack", "allowedValues": [ - "Field Controller/RTU/PLC/IED", - "Safety Instrumented System/Protection Relay", - "Control Server", - "Input/Output Server", "Windows", - "Human-Machine Interface", - "Engineering Workstation", - "Data Historian" + "Linux", + "Network", + "Embedded", + "Cloud" ] } ] @@ -250,7 +242,13 @@ }, { "domainName": "ics-attack", - "allowedValues": [] + "allowedValues": [ + "Windows", + "Linux", + "Network", + "Embedded", + "Cloud" + ] } ] }