From 18c00d3442ac58184c1cfef526553f7e5054f5cf Mon Sep 17 00:00:00 2001 From: daywalker90 Date: Sat, 8 Aug 2026 15:08:16 +0200 Subject: [PATCH] SECURITY.md: init --- SECURITY.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..9b5fbd8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,27 @@ +# Security Policy + +## Supported Versions + +Only the latest version is supported. + +## Reporting a Vulnerability + +To report security vulnerabilities, please send an email to: +- `daywalker990@gmx.de` + +Note: This email address is exclusively for vulnerability reporting. + +For all other inquiries/communication, please use the Github issues. + +## Signatures For Releases + +The following keys may be used to communicate sensitive information to +developers: + +| Name | Email | Fingerprint | +|------|-------|-------------| +| daywalker90 | `daywalker990@gmx.de` | 8A07 9421 A871 D0B1 0835 1193 7AB4 802E D5A6 39F3 | + +You can import a key by running the following command with that individual’s fingerprint: +`gpg --keyserver hkps://keys.openpgp.org --recv-keys ""`. +Ensure that you put quotes around fingerprints containing spaces.