Security reports are taken seriously.
Minimal GitHub Stats runs inside GitHub Actions, uses GitHub API data, and generates an SVG that may be embedded in public profile README files.
Security fixes are applied to the latest version available on the main branch.
| Version | Supported |
|---|---|
Latest main branch |
Yes |
| Older copies or forks | No |
Users of repositories created from this template should periodically review upstream changes and apply relevant security fixes.
Do not open a public issue when the report contains:
- GitHub tokens
- Repository secrets
- Private account information
- A method for executing unintended commands
- A workflow-permission vulnerability
- An SVG injection vulnerability
- Another issue that could place users at risk
Use GitHub's private vulnerability-reporting feature from the repository's Security tab when available.
Include:
- A clear description of the vulnerability
- The affected file or component
- Steps to reproduce it
- The possible impact
- A suggested fix, when known
- Any relevant logs with secrets removed
Please do not include active tokens, credentials, or private personal information.
A report will be reviewed as soon as reasonably possible.
After review, the maintainer may:
- Confirm the report.
- Request additional information.
- Prepare and test a fix.
- Publish the fix.
- Credit the reporter, when requested and appropriate.
Public disclosure should wait until a fix is available.
The included workflow uses GitHub's temporary GITHUB_TOKEN.
Users should not add a personal access token unless they fully understand why it is required.
Never place a token directly inside:
config.jsonREADME.md- Python files
- Workflow files
- Generated SVG files
- Issues or pull requests
The workflow requires:
permissions:
contents: write