This document outlines the security policy for the dry-aged-deps project, including how to report vulnerabilities and our incident response process.
dry-aged-deps follows Semantic Versioning. Supported versions for security fixes are:
- Latest: All patches and minor releases of the current major version.
- Legacy: None (no backports for versions < current major).
If you discover a security vulnerability in dry-aged-deps, please report it through one of the following channels:
- GitHub Security Advisories: Open a private security advisory at https://github.com/voder-ai/dry-aged-deps/security/advisories.
- Email: Send details to
security@voder.aiwith subject line[dry-aged-deps Security].
Please include:
- A description of the vulnerability and impact.
- Steps to reproduce (if possible).
- Suggested mitigation or patch.
- Primary Maintainer: @voder-ai
- Security Team Email:
security@voder.ai
dry-aged-deps is developed and tested against Node.js 18+. We recommend using the latest LTS release.
- Acknowledgment: We will acknowledge receipt within 48 hours.
- Investigation: We aim to complete initial triage within 7 days.
- Fix Development: A patch or mitigation will be developed and tested.
- Disclosure:
- We will follow coordinated disclosure best practices.
- Release notes will include CVE identifiers when assigned.
See docs/security-incidents/incident-response-template.md for detailed triage and response steps.
The CI & Publish workflow defined in .github/workflows/ci-publish.yml now runs npm audit --audit-level=moderate across all dependencies (production and development) without the --production flag to ensure no known vulnerabilities are missed.
For local development and CI workflows, dry-aged-deps relies on environment variables defined in the .env file. To set this up, copy the .env.example file to .env in the project root and fill in the required values. The .env file is included in .gitignore to protect sensitive information such as API keys, tokens, and passwords. Refer to .env.example for the list of necessary variables and format.
This policy may be updated periodically. See version history in CHANGELOG.md for changes.