EPI-USE Labs Logo

Vulnerability disclosure policy

EPI-USE Labs takes data privacy and security seriously. As a provider of software and services we recognize the value and importance of appropriately preserving the confidentiality, integrity, and availability of all our software and services.

We are committed to addressing security issues through a coordinated and constructive approach to further enhance security and to protect both user and intellectual property.

Reporting security issues

EPI-USE Labs will investigate legitimate reports and make every effort to address any vulnerabilities disclosed as quickly as possible and will work with security researchers that comply with the following responsible disclosure guidelines:

Out of scope vulnerabilities

How to verify a security.txt file from one of our products

        # Download our PGP public key
wget https://security.epiuselabs.com/epi-use-labs-security.asc
# Download the security.txt file
wget https://clientcentral.io/.well-known/security.txt
# Import our PGP public key
gpg --import epi-use-labs-security.asc
# Verify the content of security.txt
gpg --verify security.txt

The output should look like:

gpg: Good signature from "EPI-USE Labs Security <security@labs.epiuse.com>"

How to encrypt the message

gpg --encrypt --sign --armor -r security@labs.epiuse.com message.txt

This will result in a message.txt.asc file which you can send the contents to disclosure@labs.epiuse.com