Files
league-of-legends-gui-overhaul/SECURITY.md
ToxicCrzay270 45b96ec20f
All checks were successful
Release Dry Run / release-dry-run (push) Successful in 12s
Codex Template Compliance / template-compliance (push) Successful in 6s
Initialize League GUI prototype
2026-05-15 00:41:38 +02:00

23 lines
718 B
Markdown

# Security Policy
## Supported Versions
| Version | Supported |
| --- | --- |
| Latest project state | Yes |
## Reporting A Vulnerability
Report security issues privately to the project owner.
Do not include secrets, production data, private credentials, or unreleased exploit details in public issues.
## Project Security Principles
- Keep secrets out of the repository.
- Do not commit `.env` files, tokens, certificates, private keys, or generated credentials.
- Prefer local processing for user data.
- Document external network calls when implementation begins.
- Keep release artifacts reproducible through CI once release artifacts exist.
- Run dependency audits before releases once dependencies exist.