From 0b7db023ac41dd8d478c796edb44dda4b4f8133b Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 22 Jun 2026 09:08:49 +0530 Subject: [PATCH] docs: simplify security policy --- SECURITY.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 67dce15..43dedd6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,18 +1,11 @@ # Security Policy -## Supported Versions - -Currently, only the latest version of PaperCache receives security updates. Please ensure you are running the most recent version available. +PaperCache is an open-source, local-first application. We do not have a formal security team or dedicated security reporting process. ## Reporting a Vulnerability -We take the security of PaperCache seriously. If you discover a security vulnerability, we would appreciate it if you could report it privately so it can be addressed before being disclosed publicly. - -Please report any security issues to: **security@papercache.app** - -When reporting, please include: -- A description of the vulnerability. -- Steps to reproduce the issue. -- Any potential impact you have identified. +If you discover a security vulnerability or an issue, please feel free to: +- Open a [GitHub Issue](https://github.com/VariableThe/PaperCache/issues) to discuss it. +- Submit a Pull Request (PR) with a fix. -You should receive an acknowledgment of your report within 48 hours, along with an estimated timeline for a fix. Thank you for helping keep PaperCache secure! +We appreciate any help from the community to keep PaperCache safe and secure!