From 79348a01d4745984e5665e25cd881c4223252407 Mon Sep 17 00:00:00 2001 From: Suuuuuzy Date: Thu, 25 Jun 2026 23:46:03 -0400 Subject: [PATCH] Create SECURITY.md for responsible vulnerability closure To help with the security of react-native-debugger, create a SECURITY.md file to guide responsible vulnerability disclosure. Feel free to update it as you see fit! --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..9b40bbed --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +Only the latest stable version of paperlib receives security updates. Make sure you are running the most recent release. + + +## Reporting a Vulnerability + +Please do not open public issues for security problems. Instead, use GitHub's "Report a vulnerability" feature in the Security tab of this repository. We will review and respond as soon as possible. + +## Security Updates + +If we fix a vulnerability, we will announce it in the release notes. Keep your installation up to date to receive the latest fixes.