From d5c4e3ba314f052773c8001cdda6d3d3086f78bb Mon Sep 17 00:00:00 2001 From: Andrei Boldyrev <53853163+abcgco@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:53:35 +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 784cf00ad0dae5902e5b63b47bf1e6597b590140 Mon Sep 17 00:00:00 2001 From: Andrei Boldyrev <53853163+abcgco@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:06:50 +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.