Skip to content

Security: dev-asterix/PgStudio

SECURITY.md

Security Policy

Supported Versions

We actively support security updates for the latest major release.

Version Supported
0.5.x
< 0.5.0

Reporting a Vulnerability

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.

What to Include

  • Description of the vulnerability.
  • Steps to reproduce the issue.
  • Any relevant code snippets or screenshots (sanitize credentials before sending).

Data Privacy & Credential Storage

As a database tool, security is paramount. Here is how this extension handles sensitive data:

  1. 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.json or workspace state.
  2. Telemetry: This extension does not collect personal data or database schema information.
  3. 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.

There aren’t any published security advisories