Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,20 @@

## Reporting a Vulnerability

Please report security issues to `security@immich.app`
Please report security issues via https://github.com/immich-app/immich/security/advisories/new or to `security@immich.app`

## Scope

The following are out of scope:

* Surrounding infrastructure (redis, postgres, admin additions like reverse proxy configuration): These are the admin's responsibility.
* Attacks that require an attacker to already be an authenticated administrator: The Immich admin is already the owner of the machine.
* 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.
* Automated scanner output with no demonstrable impact.
* Login hardening features, specifically rate limiting and MFA: These should be delegated to an OAuth server.
* Resource exhaustion by an authenticated user through mechanisms that are normally expected to consume significant resources.
* Installations that don't use our official container images

## LLM-assisted reports

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.
Loading