diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..4401234 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Disclosures + +Security is a top priority for Ark Labs. If you discover a security issue, please bring it to our attention right away. Please DO NOT file a public issue, instead send your report privately by sending an email to . + +Security reports are greatly appreciated and we will publicly thank you for it. + +The following keys may be used to communicate sensitive information to developers: + +| Name | PGP Public Key URL | Fingerprint | +|------|-------------|-------------| +| Marco Argentieri | [https://github.com/tiero.gpg](https://github.com/tiero.gpg) | 0F6586CE8DA12FB1 | +| Pietralberto Mazza | [https://github.com/altafan.gpg](https://github.com/altafan.gpg) | 6C7639DEA147673B | +| Andrew Camilleri | [https://github.com/Kukks.gpg](https://github.com/Kukks.gpg) | F918A46E23064E28 | + +You can import a key by running the following command in your terminal and verify the fingerprint matches the one above: + +```bash +gpg --fetch-keys +```