Skip to content

Security: FgForrest/evitaDB

SECURITY.md

Security Policy

Supported Versions

evitaDB is currently in active development and fixes are back ported only to a few recent versions.

Version Supported
2024.12.x
2024.11.x
< 2024.11

Reporting a Vulnerability

If you discover any vulnerability that could be exploited by malicious actors, please follow these steps:

  1. Contact us: Send an email to [email protected]
  2. Do not disclose publicly: Refrain from publishing the vulnerability details until we’ve confirmed a fix or provided guidance.
  3. Include details: Provide clear information about the nature of the vulnerability, including steps to reproduce.

Responsible Disclosure

We appreciate the efforts of the security community to responsibly disclose vulnerabilities. As a token of gratitude, we may publicly thank you once the vulnerability is confirmed and fixed (unless you prefer to remain anonymous).

Encryption & Sensitive Data

To exchange sensitive information safely, we support encryption via PGP.

Encrypting a Message with PGP

Import the recipient’s public key:

gpg --import recipient_public_key.asc

Verify the key:

gpg --fingerprint [email protected]

Ensure the fingerprint matches what’s listed above or on our official site.

Encrypt your file or message:

gpg --output message.enc --encrypt --recipient [email protected] message.txt

Send the encrypted file:

Attach or otherwise transmit message.enc.

There aren’t any published security advisories