| Version | Supported |
|---|---|
| 2.0.x | ✅ |
| 1.0.x | ❌ (legacy) |
DO NOT open a public GitHub issue for security vulnerabilities.
Instead, please report security issues via:
-
Private Security Advisory (preferred): https://github.com/kolkov/ngx-dadata/security/advisories/new
-
Email: a.kolkov@gmail.com
- Description of the vulnerability
- Steps to reproduce
- Affected versions
- Potential impact
- Initial Response: Within 72 hours
- Fix & Disclosure: Coordinated with reporter
ngx-dadata communicates with the Dadata.ru external API. Users should be aware of:
- API Keys -- never hardcode API keys in source code. Use environment variables or runtime configuration.
- HTTPS -- all API communication uses HTTPS. Do not override or proxy through insecure connections.
- Input Sanitization -- suggestion values are rendered as text content, not innerHTML. XSS risk is minimal.
- CORS -- the Dadata suggestions API supports CORS for browser-side usage. The cleaning API does not (server-side only).
- GitHub Security Advisory: https://github.com/kolkov/ngx-dadata/security/advisories/new
- Email: a.kolkov@gmail.com