After each deployment, fast and not fast, the security policy will be updated if needed and available at https://tournesol.app/.well-known/security.txt (also available on the staging server).
The ansible role is called "well_known/frontend" for now, but we may want to remove the "frontend" part to make the well known URI available at the main domain tournesol.app regardless of the underlying application. What do you think?
Checklist
[x] I added the related issue(s) id in the related issues section (if any)
if not, delete the related issues section
[x] I described my changes and my decisions in the PR description
[x] I read the development guidelines of the CONTRIBUTING.md
[x] The tests pass and have been updated if relevant
related issues #1987
Description
After each deployment, fast and not fast, the security policy will be updated if needed and available at https://tournesol.app/.well-known/security.txt (also available on the staging server).
This security policy is mentioned on GitHub in the standard
SECURITY.md
file: https://github.com/tournesol-app/tournesol/blob/1987-add_security_txt/.github/SECURITY.mdThe ansible role is called "well_known/frontend" for now, but we may want to remove the "frontend" part to make the well known URI available at the main domain tournesol.app regardless of the underlying application. What do you think?
Checklist