Skip to content

Commit 3b65ca0

Browse files
committed
feat: add scope to security policy
1 parent 9c20d24 commit 3b65ca0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

  • tf/deployment/modules/shared/github/org/org-meta-files

tf/deployment/modules/shared/github/org/org-meta-files/SECURITY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,18 @@
33
## Reporting a Vulnerability
44

55
Please report security issues via https://github.com/immich-app/immich/security/advisories/new or to `security@immich.app`
6+
7+
## Scope
8+
9+
The following are out of scope:
10+
11+
* Surrounding infrastructure (redis, postgres, admin additions like reverse proxy configuration): These are the admin's responsibility.
12+
* Privilege escalation from an authenticated administrator: The Immich admin is already the owner of the machine.
13+
* Network access to immich-machine-learning: It should not be made accessible outside of the container network. An attack smuggled via immich-server is still in scope.
14+
* Automated scanner output with no demonstrable impact.
15+
* Login hardening features, specifically rate limiting and MFA: These should be delegated to an OAuth server.
16+
* Resource exhaustion by an authenticated user through mechanisms that are normally expected to consume significant resources.
17+
18+
## LLM-assisted reports
19+
20+
If you use an LLM to help find or describe an issue, you must confirm the behaviour yourself and include a tested step-by-step reproduction against a fresh Immich instance.

0 commit comments

Comments
 (0)