Initial commit

This commit is contained in:
2026-06-03 20:55:02 +02:00
commit c4b1b6ee15
29 changed files with 1188 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Security
Describe security assumptions and controls.
Include:
- authentication;
- authorization;
- network exposure;
- TLS/certificates;
- secrets management;
- logging of sensitive data;
- container privileges;
- filesystem permissions;
- dependency management;
- relevant ADRs.