From 32e6c0c6a6dc200edbee02f135e00ccc81249329 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Mar 2021 14:38:57 +0530 Subject: [PATCH] Add a security policy --- kitty/SECURITY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kitty/SECURITY.md diff --git a/kitty/SECURITY.md b/kitty/SECURITY.md new file mode 100644 index 000000000..88218d35d --- /dev/null +++ b/kitty/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported Versions + +There are no security specific releases of kitty. Security bugs are fixed +and released just like all other bugs. + +## Reporting a vulnerability + +Preferably send an email to kovid at kovidgoyal.net or open an issue in the +GitHub repository, though the latter means you are disclosing the vulnerability +publicly before it can be fixed.