From 1b0069938a0c748433ad5400560d3245362823cf Mon Sep 17 00:00:00 2001 From: Aliaksandr Nikitsin Date: Wed, 14 Aug 2024 19:19:46 +0200 Subject: [PATCH] delete device type and data coollect from risk profile --- resources/risk_assessment.json | 200 --------------------------------- 1 file changed, 200 deletions(-) diff --git a/resources/risk_assessment.json b/resources/risk_assessment.json index b94c5b7b6..a4c95be95 100644 --- a/resources/risk_assessment.json +++ b/resources/risk_assessment.json @@ -1,177 +1,4 @@ [ - { - "question": "What type of device is this?", - "type": "select", - "options": [ - { - "text": "Building Automation Gateway", - "risk": "High" - }, - { - "text": "IoT Gateway", - "risk": "High" - }, - { - "text": "Controller - AHU", - "risk": "High" - }, - { - "text": "Controller - Boiler", - "risk": "High" - }, - { - "text": "Controller - Chiller", - "risk": "High" - }, - { - "text": "Controller - FCU", - "risk": "Limited" - }, - { - "text": "Controller - Pump", - "risk": "Limited" - }, - { - "text": "Controller - CRAC", - "risk": "High" - }, - { - "text": "Controller - VAV", - "risk": "Limited" - }, - { - "text": "Controller - VRF", - "risk": "Limited" - }, - { - "text": "Controller - Multiple", - "risk": "High" - }, - { - "text": "Controller - Other", - "risk": "High" - }, - { - "text": "Controller - Lighting", - "risk": "Limited" - }, - { - "text": "Controller - Blinds/Facades", - "risk": "High" - }, - { - "text": "Controller - Lifts/Elevators", - "risk": "High" - }, - { - "text": "Controller - UPS", - "risk": "High" - }, - { - "text": "Sensor - Air Quality", - "risk": "Limited" - }, - { - "text": "Sensor - Vibration", - "risk": "Limited" - }, - { - "text": "Sensor - Humidity", - "risk": "Limited" - }, - { - "text": "Sensor - Water", - "risk": "Limited" - }, - { - "text": "Sensor - Occupancy", - "risk": "High" - }, - { - "text": "Sensor - Volume", - "risk": "Limited" - }, - { - "text": "Sensor - Weight", - "risk": "Limited" - }, - { - "text": "Sensor - Weather", - "risk": "Limited" - }, - { - "text": "Sensor - Steam", - "risk": "High" - }, - { - "text": "Sensor - Air Flow", - "risk": "Limited" - }, - { - "text": "Sensor - Lighting", - "risk": "Limited" - }, - { - "text": "Sensor - Other", - "risk": "High" - }, - { - "text": "Sensor - Air Quality", - "risk": "Limited" - }, - { - "text": "Monitoring - Fire System", - "risk": "Limited" - }, - { - "text": "Monitoring - Emergency Lighting", - "risk": "Limited" - }, - { - "text": "Monitoring - Other", - "risk": "High" - }, - { - "text": "Monitoring - UPS", - "risk": "Limited" - }, - { - "text": "Meter - Water", - "risk": "Limited" - }, - { - "text": "Meter - Gas", - "risk": "Limited" - }, - { - "text": "Meter - Electricity", - "risk": "Limited" - }, - { - "text": "Meter - Other", - "risk": "High" - }, - { - "text": "Other", - "risk": "High" - }, - { - "text": "Data - Storage", - "risk": "High" - }, - { - "text": "Data - Processing", - "risk": "High" - }, - { - "text": "Tablet", - "risk": "High" - } - ], - "validation": { - "required": true - } - }, { "question": "How will this device be used at Google?", "description": "Desribe your use case. Add links to user journey diagrams and TDD if available.", @@ -218,33 +45,6 @@ "required": true } }, - { - "category": "Data Collection", - "question": "Are any of the following statements true about your device?", - "description": "This tells us about the data your device will collect", - "type": "select-multiple", - "options": [ - { - "text": "The device collects any Personal Identifiable Information (PII) or Personal Health Information (PHI)", - "risk": "High" - }, - { - "text": "The device collects intellectual property and trade secrets, sensitive business data, critical infrastructure data, identity assets", - "risk": "High" - }, - { - "text": "The device streams confidential business data in real-time (seconds)?", - "risk": "High" - }, - { - "text": "None of the above", - "risk": "Limited" - } - ], - "validation": { - "required": true - } - }, { "category": "Data Transmission", "question": "Which of the following statements are true about this device?",