Do not open a public issue for security vulnerabilities.
Instead, please email security concerns to: [email protected]
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will acknowledge receipt within 48 hours and provide a detailed response within 7 days.
| Version | Supported |
|---|---|
| 1.x | Yes |
| < 1.0 | No |
Datacore uses a layered privacy architecture (DIP-0002):
- PUBLIC (
.base.md): Safe to share, validated by CI - PRIVATE (
.local.md): Never tracked, never shared - Secrets (
.datacore/env/): Gitignored, OS-encrypted
- Pre-commit hooks scan
.base.mdfiles for PII (emails, API keys, phone numbers) - CI/CD validates all PRs against privacy rules before merge
- Credential index tracks API keys with rotation schedules
See DIP-0002 for the full security architecture.