From 406ffa0b1949cc755ca1c221ec2f9e6b56107889 Mon Sep 17 00:00:00 2001 From: Edgardo lll Umalay Paraiso Date: Sun, 21 Jun 2026 22:03:42 +0800 Subject: [PATCH 1/2] Create SECURITY.md for security policy Added a security policy document outlining supported versions and vulnerability reporting. --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000000..034e84803209 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From 2cf13440e5fa0b045ec27f80e921943663c6971e Mon Sep 17 00:00:00 2001 From: Edgardo lll Umalay Paraiso Date: Sun, 21 Jun 2026 22:19:44 +0800 Subject: [PATCH 2/2] Add link to external resource in README Add link to GitHub package registry for security updates --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index 034e84803209..be4800f03ae4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -19,3 +19,4 @@ Use this section to tell people how to report a vulnerability. Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or declined, etc. +https://npm.pkg.github.com