Commit 41eda65c authored by Santeri Toikka's avatar Santeri Toikka
Browse files

Added clarification to write only service requirement

Closes #8
parent 5929457e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -882,6 +882,9 @@ For medium risk:
- **[REQ-LOG-4]:** The log information shall have an active backup scheduled.
- **[REQ-LOG-5]:** Administrative actions like logs, traces and events shall be recorded into a write only service or endpoint.

> Clarification: write only service can be append only or even idempotent upsert system that does not let the received message to be altered later.
> The aim is to prevent a possible attacker to clear its traces by deleting the actions done in the system by distorting the history.

For high risk:

- **[REQ-LOG-6]:** The write only log or tracing storage shall be deployed outside of the system deployment context.