security email

This commit is contained in:
Alex Grintsvayg 2017-05-01 13:33:32 -04:00
parent 213e918f46
commit ab76371b96
3 changed files with 13 additions and 2 deletions

View file

@ -3,7 +3,9 @@ title: Do you have a GPG key?
category: other
---
[Yep, here it is](https://keybase.io/lbry/key.asc).
Reporting a security issue? [Click here](/faq/security).
Our GPG is on [Keybase](https://keybase.io/lbry/key.asc), and is reproduced below.
<pre><code id="keybase-key"></code></pre>
<script type="text/javascript">

8
content/faq/security.md Normal file
View file

@ -0,0 +1,8 @@
---
title: How do I report a security issue?
category: other
---
We take security very seriously. Send an email to <security@lbry.io> and we'll get back to you ASAP.
Our GPG key is [here](/faq/gpg-key).

View file

@ -131,7 +131,8 @@ class Controller
'/pln.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1',
'/plan.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1',
'/api' => 'https://lbryio.github.io/lbry',
'/api-help' => 'https://lbryio.github.io/lbry'
'/api-help' => 'https://lbryio.github.io/lbry',
'/security' => '/faq/security',
];