From c46913b98ff7f4db57e68113cc6b0a1a0e6c07a7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 18 Jul 2025 18:01:06 +0100 Subject: add req-060, req-061 --- requirements/catalogue/req-060.md | 7 +++++++ requirements/catalogue/req-061.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 requirements/catalogue/req-060.md create mode 100644 requirements/catalogue/req-061.md diff --git a/requirements/catalogue/req-060.md b/requirements/catalogue/req-060.md new file mode 100644 index 0000000..e9a25cb --- /dev/null +++ b/requirements/catalogue/req-060.md @@ -0,0 +1,7 @@ +# req-060 + +Schist must not allow anybody to access data at rest in any way unless that +person is the user themselves, or the user has given permission for them to +access the data in the salient way. + +Source: need-002 diff --git a/requirements/catalogue/req-061.md b/requirements/catalogue/req-061.md new file mode 100644 index 0000000..6f21337 --- /dev/null +++ b/requirements/catalogue/req-061.md @@ -0,0 +1,7 @@ +# req-061 + +Schist must not allow anybody to access its data in motion in any way unless +that person is the user themselves, or the user has given permission for them to +access the data in the salient way. + +Source: need-002 -- cgit v1.2.3