Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 0 additions & 200 deletions resources/risk_assessment.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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?",
Expand Down