Add Gitea Actions workflows, CI config, and docs
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s

This commit is contained in:
2026-02-28 20:40:14 +01:00
parent 3b48b39561
commit 8cadb2d216
35 changed files with 3216 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
name: Authentication & Security
about: Report a security concern or suggest a security enhancement
title: "[Security] "
labels:
- security
body:
- type: markdown
attributes:
value: |
**For actual vulnerabilities, do NOT use this template.**
Email security@hiddenden.cafe instead. See SECURITY.md.
- type: textarea
id: summary
attributes:
label: Summary
description: Summary of the authentication / security concern or enhancement.
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Detailed description (vulnerability, misconfiguration, missing control).
validations:
required: true
- type: textarea
id: affected
attributes:
label: Affected Components
description: List services, endpoints, or libraries affected.
- type: textarea
id: reproduction
attributes:
label: Reproduction / PoC
description: Steps to reproduce. Do NOT include exploit payloads in public issues.
- type: textarea
id: remediation
attributes:
label: Suggested Remediation
description: Concrete steps to fix, including links to standards or CVE info.
- type: textarea
id: references
attributes:
label: References
description: Links to auth standards (OAuth2, OIDC), encryption recommendations, or policy.
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: Confirmed requirement with security lead
- label: Unit/integration tests planned for fix