Security and data isolation are critical priorities for DiNotes.
Security updates are applied exclusively to the main branch.
| Version | Supported |
|---|---|
0.0.0 (main branch) |
✅ Yes |
| Older commits / forks | ❌ No |
If you discover a security vulnerability in DiNotes, please DO NOT open a public issue.
Report vulnerabilities directly to the maintainer:
- Maintainer:
@TheVicky1via GitHub.
Include:
- Summary of the vulnerability
- Steps to reproduce
- Affected components or API endpoints
- All client-side queries and mutations are isolated per authenticated user (
request.auth.uid == resource.data.userId). - Never commit actual API keys or credentials to public Git repositories.
- Keep
.envfiles added to.gitignore.