Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 795 Bytes

SECURITY.md

File metadata and controls

20 lines (13 loc) · 795 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

Security Policy

Supported Versions

Use this section to tell people about which versions of your project are currently being supported with security updates.

Version Supported
1.0

Reporting a Vulnerability

If you detect a Security vulnerability, please open an issue and specify if possible the relevant CVE.