From 10201f947090c68aca33a14e4b0ace52a7da2cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=B2=EF=BC=A1=EF=BC=B0=EF=BC=B4=EF=BC=AF=EF=BC=B2?= =?UTF-8?q?=EF=BC=A9=EF=BC=AF=EF=BC=B5=EF=BC=B3?= Date: Sat, 11 Jul 2026 12:08:05 +0200 Subject: [PATCH] Create security policy for project Added a security policy document outlining supported versions and reporting vulnerabilities. --- security | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 security diff --git a/security b/security new file mode 100644 index 0000000..f72f433 --- /dev/null +++ b/security @@ -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.