Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 498 Bytes

SECURITY.md

File metadata and controls

11 lines (7 loc) · 498 Bytes

Goods practices to follow

⚠️You must never store credentials information into source code or config file in a GitHub repository

  • Block sensitive data being pushed to GitHub by git-secrets or its likes as a git pre-commit hook
  • Audit for slipped secrets with dedicated tools
  • Use environment variables for secrets in CI/CD (e.g. GitHub Secrets) and secret managers in production

Reporting a Vulnerability

If you find a potential vulnerability, please file a dedicated issue.