[Feature] Serve a /.well-known/security.txt file #14607
AverageHelper
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Immich instances should serve a text file at
/.well-known/security.txt
, and one at https://immich.app, to direct researchers in a standard way what to do about reporting security vulnerabilities.security.txt (https://securitytxt.org) is a proposed standard for websites to make their security policy easy for researchers to find. Such a file might be served at https://immich.app/.well-known/security.txt, with a similar file served by individual Immich instances.
For example, Forgejo instances serve one that directs readers to the main project. This could be adapted to Immich like so:
Forgejo's own website also serves one, which Immich might adapt like so:
Largely the same, but note the
Canonical
entry. Immich might also consider adding aPolicy
entry as well pointing to SECURITY.md, and an additionalContact
entry (the file may contain multiple) that links to GitHub's Draft Advisory page.Bonus points:
/security.txt
to/.well-known/security.txt
, for convenience.I'd be happy to create a pull request to add these files. The real trick is the maintenance burden to keep the
Expires
date(s) current, and to update theContact
entries as needed, so I figure the team should give input first.Platform
Beta Was this translation helpful? Give feedback.
All reactions