From 9fd375ad9a4112d04d4f173a87e03bf1a6e49217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 5 Sep 2023 20:22:50 +0200 Subject: [PATCH] Enhancement: Add SECURITY.md --- .github/SECURITY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000000..9ef1120955 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +The following versions of `fakerphp/faker` have active support: + +- `^1.23.0` + +## Unsupported Versions + +The following versions of `fakerphp/faker` have reached their end of life: + +- `<1.23.0` + +## Reporting a Vulnerability + +If you believe that you have found a security vulnerability, please send an email to security@fakerphp.org. Ensure to include all details required to understand the severity of the issue.