From d667472478f2110b26e3a7afaeb3a313e1b475f3 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 27 Sep 2019 05:21:29 -0500 Subject: req: 5: Add Safety and Security requirements --- devel/requirements/5_nonfunctional.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/requirements/5_nonfunctional.xml b/devel/requirements/5_nonfunctional.xml index 2b58bb6..c5467d1 100644 --- a/devel/requirements/5_nonfunctional.xml +++ b/devel/requirements/5_nonfunctional.xml @@ -127,11 +127,21 @@
Safety Requirements - + + Safety.DiskLock.UI + The Horizon UI system shall not write any data to any block device, except to save log files and/or an HorizonScript file explicitly requested to be saved by the User. + + + Safety.DiskLock.Runner + The Horizon Runner system shall not write any data to any block device until the HorizonScript is fully validated. +
Security Requirements - + + Security.PasswordHash + The Horizon UI system shall store passwords in memory in their hashed versions only, and securely clear the memory storage that contained plain-text passwords once the hash is stored. +
Software Quality Attributes -- cgit v1.2.3-60-g2f50