From d6a4b5aaadfad5d3646238bcebaed182d0fa95f9 Mon Sep 17 00:00:00 2001 From: David Berry Date: Fri, 12 Jun 2026 15:07:00 -0400 Subject: [PATCH 1/2] chore: QPPA-11785 security.md creation --- SECURITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..13444a560 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +We always recommend users to upgrade to the latest revision. All security vulnerability fixes will be addressed as quickly as possible using a patch release. + +## Supported Versions + +| Version | Supported | +| ------- | --------- | +| >= 2026.03.31.01-RELEASE | :white_check_mark: | +| < 2026.03.31.01-RELEASE | :x: | + +## Reporting a Vulnerability + +If you believe that you've found a security vulnerability in the codebase +or one of the libraries maintained in this repository, please create an issue and provide details of the bug. For guidelines refer [SUPPORT.md](./.github/SUPPORT.md) From 913272ef4b8af10d420a78cf9d9a3c09c223a70b Mon Sep 17 00:00:00 2001 From: David Berry Date: Fri, 12 Jun 2026 15:27:11 -0400 Subject: [PATCH 2/2] chore: QPPA-11785 unicode emoji update --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 13444a560..4412f9c92 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ We always recommend users to upgrade to the latest revision. All security vulner | Version | Supported | | ------- | --------- | -| >= 2026.03.31.01-RELEASE | :white_check_mark: | -| < 2026.03.31.01-RELEASE | :x: | +| >= 2026.03.31.01-RELEASE | ✅ | +| < 2026.03.31.01-RELEASE | ❌ | ## Reporting a Vulnerability