From c68d93c2e97b884ab1cea589c5bd88dd406d2ef7 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 14 May 2023 21:13:42 +0200 Subject: [PATCH 1/2] introduce security policy --- 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 00000000..3a0cbbc3 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# 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.x | :white_check_mark: | + + +## Reporting a Vulnerability + +Please use [github security reporting](https://github.com/SoftEtherVPN/SoftEtherVPN/security/advisories/new) \ No newline at end of file From 56b4ebfa6567d6535c566b48aab5e90702daa084 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 14 May 2023 21:21:03 +0200 Subject: [PATCH 2/2] add github security reporting to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94c520f..4f16a3d1 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ Please send patches to us through GitHub. # DEAR SECURITY EXPERTS -If you find a bug or a security vulnerability please kindly inform us +If you find a bug or a security vulnerability please [kindly inform](https://github.com/SoftEtherVPN/SoftEtherVPN/security/advisories/new) us about the problem immediately so that we can fix the security problem to protect a lot of users around the world as soon as possible.