Skip to content

Security: TKB-Strategies/OpenStrategies

Security

docs/SECURITY.md

Security

  • Do not commit credentials, API keys, database connection strings, or environment variables.
  • Use local .env files for development and GitHub Secrets for CI/CD.
  • All WordPress plugins must use nonce verification for AJAX endpoints.
  • If a credential is exposed accidentally, rotate the exposed credential first and then clean the Git history.

There aren’t any published security advisories