We release patches for security vulnerabilities in the latest version.
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via GitHub's private vulnerability reporting feature:
- Go to the repository's Security tab
- Click "Report a vulnerability"
- Fill in the details
We aim to respond within 48 hours and will keep you updated on the fix.
All repos in the Coding-Dev-Tools org should use the reusable dependency review workflow:
jobs:
dependency-review:
uses: Coding-Dev-Tools/.github/.github/workflows/dependency-review.yml@mainThis scans PR dependency changes for known vulnerabilities before merging.
- Keep your dependencies up to date
- Python projects: use
pip auditto check for known vulnerabilities - Node.js projects: use
npm audit(orpnpm audit) to check for known vulnerabilities - Add the
sentinel-reviewlabel to security-sensitive PRs to prevent automatic stale closure - Report any security concerns promptly
Dependabot is configured at the org level for GitHub Actions dependencies.
Individual repos should add their own ecosystem entries (pip, npm, etc.)
to their local .github/dependabot.yml.