From cdb11f396e81a8e9d1c56056abb5b0d2cc28358a Mon Sep 17 00:00:00 2001 From: Andrei Boldyrev <53853163+abcgco@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:52:00 +0500 Subject: [PATCH 1/2] Add security policy with PVR instructions --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..519cf86 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Reporting a Vulnerability + +If you discover a security vulnerability in this project, please report it +responsibly through **GitHub Private Vulnerability Reporting (PVR)**. + +**To report**: Go to the [Security Advisories page](../../security/advisories/new) +and submit a new advisory. + +**To enable PVR** (maintainers): Settings → Code security → Private vulnerability reporting → Enable. + +Please **do not** open public issues for security vulnerabilities. \ No newline at end of file From 2da9493e9c184f0f9f55519060f712bab12c5b58 Mon Sep 17 00:00:00 2001 From: Andrei Boldyrev <53853163+abcgco@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:06:41 +0500 Subject: [PATCH 2/2] Update SECURITY.md: remove maintainer note, add trailing newline --- SECURITY.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 519cf86..6b0ee5e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,6 +8,4 @@ responsibly through **GitHub Private Vulnerability Reporting (PVR)**. **To report**: Go to the [Security Advisories page](../../security/advisories/new) and submit a new advisory. -**To enable PVR** (maintainers): Settings → Code security → Private vulnerability reporting → Enable. - -Please **do not** open public issues for security vulnerabilities. \ No newline at end of file +Please **do not** open public issues for security vulnerabilities.