We actively support security updates for the latest major release.
| Version | Supported |
|---|---|
| 0.5.x | ✅ |
| < 0.5.0 | ❌ |
If you discover a security vulnerability in this extension (e.g., improper credential storage, SQL injection risks within the helper, or data leakage), please report it through github issues.
- Description of the vulnerability.
- Steps to reproduce the issue.
- Any relevant code snippets or screenshots (sanitize credentials before sending).
As a database tool, security is paramount. Here is how this extension handles sensitive data:
- Credential Storage: We utilize the VS Code Secret Storage API to persist connection strings and passwords. We do not store credentials in plain text in
settings.jsonor workspace state. - Telemetry: This extension does not collect personal data or database schema information.
- Data Transmission: This extension operates locally. It connects directly from your machine to your PostgreSQL instance. No database content is sent to third-party servers.