-
Notifications
You must be signed in to change notification settings - Fork 79
Security
yonaries edited this page Mar 7, 2026
·
1 revision
The full security guide lives in the repository:
- Never commit private keys or secrets
-
ora_public_key.pemis public and safe to commit - Private signing material belongs in
.envand must stay out of git - Treat release signing as part of the trusted build pipeline
Before releasing or committing sensitive changes:
- inspect
git status - verify
.envis still ignored - confirm no private key material is staged
If private key material appears in git status, stop and fix that before doing anything else.