Skip to content

Commit

Permalink
Reword security.md
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Haals <[email protected]>
  • Loading branch information
jhaals committed Aug 17, 2023
1 parent ac51644 commit 4f983d9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Security Policy

## Reporting a Vulnerability
We take the security of Yopass seriously. If you believe you have discovered a security vulnerability in Yopass, we encourage you to report it to us responsibly.

If you find a vulnerability in this project, please report via email at johan{a}haals.se and do not create a public issue to prevent abuse.
## Security Vulnerability Disclosure

There are a couple of things that I do not consider to be security issues:
Please follow these guidelines when reporting a security issue:

- Enumeration/Gusessing of UUIDs or decryption keys
1. Email the report to johan{a}haals.se. Please do not create a public GitHub issue.
2. Provide a detailed description of the vulnerability, including steps to reproduce the issue, potential impact, and any suggested mitigations or remediations.
3. Allow a reasonable time for the Yopass maintainers to respond to your report and address the vulnerability before publicly disclosing it. We will keep you updated on our progress.

We appreciate your efforts in keeping yopass secure for everyone and will acknowledge your contribution in the project's security advisories or changelog once the issue has been resolved.

There are a couple of cases that we do not consider to be security issues:

- Enumeration/Guessing of UUIDs or decryption keys
- URLs being stored in browser history/cache
- Vulnerabilities in build time dependencies not exploitable at runtime

0 comments on commit 4f983d9

Please sign in to comment.