From f3407e644b3228c9d49177888e1fa4e3c0f6bd63 Mon Sep 17 00:00:00 2001 From: DayDreamCoder <33508991+DayDreamCoder@users.noreply.github.com> Date: Sat, 30 Aug 2025 14:22:44 +0800 Subject: [PATCH 1/3] Create SECURITY.md --- 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 0000000000..034e848032 --- /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 ea095a3260f0a9a222192b4ce2b92c01bf2d2b62 Mon Sep 17 00:00:00 2001 From: DayDreamCoder <33508991+DayDreamCoder@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:59:35 +0800 Subject: [PATCH 2/3] Update SECURITY.md --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index 034e848032..c78238de6c 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. + From 0928bc2fc01c88a6adf218379e68b63eb083e7ab Mon Sep 17 00:00:00 2001 From: DayDreamCoder <33508991+DayDreamCoder@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:15:28 +0800 Subject: [PATCH 3/3] Create dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..c77d00796c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" +