mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
security email
This commit is contained in:
parent
213e918f46
commit
ab76371b96
3 changed files with 13 additions and 2 deletions
|
@ -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
8
content/faq/security.md
Normal 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).
|
|
@ -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',
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue