From 67c67e7bec76f56664a7ea7b48ccc829ca8a9dbd Mon Sep 17 00:00:00 2001 From: Will Chen Date: Tue, 2 Sep 2025 16:03:49 -0700 Subject: [PATCH] Add security policy for supported versions and reporting (#1166) --- 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..757ca75 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Supported Versions + +We will provide security fixes for the latest version of Dyad and encourage Dyad users through auto-updates to use the latest version of the app. + +## Reporting a Vulnerability + +Please file security vulnerabilities by using [report a vulnerability](https://github.com/dyad-sh/dyad/security/advisories/new). Please do not file security vulnerabilities as a regular issue as the information could be used to exploit Dyad users.