security.private.coffee/index.html
Kumi 13e136b138
feat(index): add contrib notice for security doc
Introduces a paragraph on the Security Contacts page encouraging
community contributions to the document, guiding users to raise issues
or pull requests via the project's Git repository or direct contact.
This change aims to enhance collaborative development and transparency
around the security documentation process.
2024-03-15 11:09:22 +01:00

46 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Private.coffee - Security</title>
</head>
<body>
<h1>Private.coffee Security Contacts</h1>
<p>
<strong>Note:</strong> This document is still in the works. You can
contribute by opening issues or pull requests on the
<a href="https://git.private.coffee/PrivateCoffee/security.private.coffee"
>Private.coffee Git</a
> or just contacting us.
</p>
<p>
If you have a security concern, please contact us at
<a href="mailto:security@private.coffee">security@private.coffee</a>.
</p>
<p>
You can use the PGP key
<a href="security@private.coffee.pub"
><code>7CF9F7D678956F256DEC3D5233C570DB17B1F796</code></a
>
to encrypt your message.
</p>
<p>
Alternatively, you can contact one of the admins in the
<a href="https://matrix.private.cf/#/#security:private.coffee"
><code>#security:private.coffee</code></a
>
Matrix room.
</p>
<p>
Please include as much information as possible in your message, including
any relevant logs, screenshots, or other evidence. We will respond to your
message as soon as possible.
</p>
<p>
This page is available at
<a href="https://security.private.coffee/"
>https://security.private.coffee/</a
>
and was last updated on 2024-03-15.
</p>
</body>
</html>