From aac713b0ef05db13355fbcc992a20ff2ca43e8a7 Mon Sep 17 00:00:00 2001 From: Termine Andrea Date: Mon, 22 Jun 2026 20:05:43 +0200 Subject: [PATCH] Update SECURITY.md with threat model reference Added reference to THREATMODEL.md for security insights. --- SECURITY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index ccdeef7..5458a9d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,7 @@ # Security Policy +For security and trust boundaries insights, see the **[THREATMODEL.md](./THREATMODEL.md)**. + ## Reporting a Vulnerability **Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** To ensure the safety of the community and prevent premature disclosure of exploits, we utilize **GitHub Private Vulnerability Reporting**. @@ -17,4 +19,4 @@ Optionally you can send an email at info@honeywire.dev. As a solo maintainer, I will do my best to acknowledge receipt of your vulnerability report and will work with you to patch the issue before a public CVE or advisory is published. -Thank you for helping keep HoneyWire secure! \ No newline at end of file +Thank you for helping keep HoneyWire secure!