From d3b37e3d0d00b46af4771a18517c0c21b468e60e Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 17 Mar 2020 05:58:55 +0530 Subject: [PATCH] Add SECURITY.md --- .github/SECURITY.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..08f0e5c9 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +## Supported Versions + +The following versions of this project are supported for security updates. + +| Version | Supported | +| ------- | ------------------ | +| 1.8.x | :white_check_mark: | +| 2.1.x | :white_check_mark: | + +## Supported PHP Versions + +This security policy only applies to the latest patches of the following PHP versions. + +| Version | Supported | +| ------- | ------------------ | +| 7.2 | :white_check_mark: | +| 7.3 | :white_check_mark: | +| 7.4 | :white_check_mark: | +| 8.0 | :white_check_mark: | + +## Reporting a Vulnerability + +If you have found any issues that might have security implications in the versions supported, please send a report privately to [contact@shivammathur.com](mailto:contact@shivammathur.com) +Do not report security reports publicly. + +## Tidelift + +If you use this GitHub Action through a Tidelift subscription, please refer to [https://tidelift.com/security](https://tidelift.com/security). \ No newline at end of file