Commit 54742b46 authored by Santeri Toikka's avatar Santeri Toikka
Browse files

Added exists clause to logging event requirements

Closes #350
parent 558870d7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -866,6 +866,9 @@ For low risk:
- **[REQ-LOG-0a]:** The log file of events shall be protected from unauthorised access.
- **[REQ-LOG-0b]:** The log data of events shall be protected from modification including their deletion.
- **[REQ-LOG-0c]:** The log data of events shall be confidentiality protected.

The following requirements apply where the corresponding function exists:

- **[REQ-LOG-1a]:** The product shall generate auditable events for successful and failed authentication attempts.
- **[REQ-LOG-1b]:** The product shall generate auditable events for session establishment attempts with source details.
- **[REQ-LOG-1c]:** The product shall generate auditable events for session termination events with reason.