feat: add dedicated security info page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-01-17 17:56:48 +01:00
parent c2f8e4450e
commit 039520e56a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 56 additions and 8 deletions

View File

@ -31,10 +31,4 @@ Say hello to our maintainers.
#### Security
When you find security-related bugs or other things you don't want to disclose publicly via our bug tracker, this is the mail to use.
[security@vikunja.io](mailto:security@vikunja.io)
**PGP-Key:** 2DD15B4BBC0FFB1AEF056662182B59A2D78D7303
You can download the public key from [here](security.pub) or [here](https://kolaente.dev/vikunja/website/raw/branch/main/content/contact/security.pub) or [here](http://keyserver.ubuntu.com/pks/lookup?search=security%40vikunja.io&fingerprint=on&op=index).
See [our dedicated Security page](https://vikunja.io/security).

View File

@ -0,0 +1,53 @@
---
title: "Security"
date: 2023-01-17T00:00:00
draft: false
type: "page"
---
# Security
<span class="text-gray-500">
Based on https://supabase.com/.well-known/security.txt.
</span>
At Vikunja, we consider the security of the product and our systems a top priority. But no matter how much effort we put into system security, there can still be vulnerabilities present.
If you discover a vulnerability either in the product itself or Vikunja Cloud, we would like to know about it so we can take steps to address it as quickly as possible. We would like to ask you to help us better protect our clients and our systems.
## Out of scope vulnerabilities:
- Clickjacking on pages with no sensitive actions.
- Unauthenticated/logout/login CSRF.
- Attacks requiring MITM or physical access to a user's device.
- Any activity that could lead to the disruption of our service (DoS).
- Content spoofing and text injection issues without showing an attack vector/without being able to modify HTML/CSS.
- Email spoofing
- Missing DNSSEC, CAA, CSP headers
- Lack of Secure or HTTP only flag on non-sensitive cookies
- Deadlinks
## Please do the following:
- E-mail your findings to security@vikunja.io.
- Do not run automated scanners on our infrastructure or dashboard. If you wish to do this, contact us and we will set up a sandbox for you.
- Do not take advantage of the vulnerability or problem you have discovered, for example by downloading more data than necessary to demonstrate the vulnerability or deleting or modifying other people's data,
- Do not reveal the problem to others until it has been resolved,
- Do not use attacks on physical security, social engineering, distributed denial of service, spam or applications of third parties,
- Do not ask for money without presenting any evidence about your claims. We will consider compensation based on the impact of your findings.
- Do provide sufficient information to reproduce the problem, so we will be able to resolve it as quickly as possible. Usually, the IP address or the URL of the affected system and a description of the vulnerability will be sufficient, but complex vulnerabilities may require further explanation.
## What we promise:
- We will respond to your report quickly with our evaluation of the report and an expected resolution date,
- If you have followed the instructions above, we will not take any legal action against you in regard to the report,
- We will handle your report with strict confidentiality, and not pass on your personal details to third parties without your permission,
- We will keep you informed of the progress towards resolving the problem,
- In the public information concerning the problem reported, we will give your name as the discoverer of the problem (unless you desire otherwise), and
- We strive to resolve all problems as quickly as possible, and we would like to play an active role in the ultimate publication on the problem after it is resolved.
## PGP-Key
**PGP-Key:** 2DD15B4BBC0FFB1AEF056662182B59A2D78D7303
You can download the public key from [here](security.pub) or [here](https://kolaente.dev/vikunja/website/raw/branch/main/content/contact/security.pub) or [here](http://keyserver.ubuntu.com/pks/lookup?search=security%40vikunja.io&fingerprint=on&op=index).

View File

@ -1,4 +1,5 @@
Contact: mailto:security@vikunja.io
Expires: 2022-12-31T22:59:00.000Z
Encryption: https://vikunja.io/contact/security.pub
Preferred-Languages: en, de
See https://vikunja.io/security for more information.