Add Codex repository baseline

This commit is contained in:
ToxicCrzay270
2026-05-15 00:42:11 +02:00
commit 6807660ddb
11 changed files with 461 additions and 0 deletions

21
SECURITY.md Normal file
View File

@@ -0,0 +1,21 @@
# Security Policy
## Supported Versions
| Version | Supported |
| --- | --- |
| Latest | Yes |
## Reporting A Vulnerability
Report security issues privately to the project owner.
Do not include secrets, production data, or private credentials in public issues.
## Project Security Principles
- Keep secrets out of the repository.
- Prefer local processing for user data.
- Document external network calls.
- Keep release artifacts reproducible through CI once CI exists.
- Run dependency audits before releases once dependencies exist.