From 56b5ad77921d812246a3c06c5524f5f14381181f Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Thu, 26 Jun 2025 11:54:28 +0100 Subject: [PATCH] Create a security policy Hi there! I think it would be cool if fastwebsockets had a security policy! And/or enable the github "report a vulnerability" button: https://docs.github.com/en/code-security/security-advisories/working-with-repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..b99af49 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## 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.