docs(security): address review feedback on PR #740

- SECURITY.md: add response SLA (5 business days / 30 days)
- bug_report.yml: scope the Docker log command to Docker installs
- question.yml: align deployment_mode catch-all wording with bug_report.yml

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-04-29 23:22:07 +02:00
co-authored by Claude Opus 4.7
parent d6362dc773
commit dc820aaa4c
3 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -49,8 +49,11 @@ body:
attributes:
label: Logs and error output
description: |
Include the full error message / stack trace from the MCP server, and any relevant entries from
`docker compose exec app cat /var/www/html/data/nextcloud.log | jq | tail` (Nextcloud side).
Include the full error message / stack trace from the MCP server.
If running with Docker, also include any relevant entries from
`docker compose exec app cat /var/www/html/data/nextcloud.log | jq | tail`
(Nextcloud side). For other install methods, attach the equivalent
Nextcloud log excerpt if available.
Redact tokens, passwords, and personal data.
render: shell
validations:
+1 -1
View File
@@ -51,6 +51,6 @@ body:
- Login Flow v2
- OAuth / OIDC (Nextcloud user_oidc)
- OAuth / OIDC (external IdP, e.g. Keycloak)
- Not yet decided
- Other / not sure
validations:
required: true