From dd4d728c0b73803d93d659f02011cc2a8d7041ff Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 15 Aug 2023 12:28:10 -0400 Subject: [PATCH] Update SECURITY.md --- SECURITY.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7a2978e0..66f78069 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,10 +2,9 @@ ## Supported Versions -| Version | Supported | -| ------- | ------------------ | -| >=1 | :white_check_mark: | -| <1 | :x: | +Any version of the manager we officially distribute (see [Publishing](https://github.com/ow-mods/ow-mod-man/blob/main/ARCHITECTURE.md#publishing)) is supported. We scan for outdated dependencies and dependabot alerts to circumvent upstream threats. As well as scan our own code with CodeQL. + +Versions with the auto-updater (Windows (msi and nsis), AppImage) are signed with a cryptographic key that makes all versions of the manager refuse to install an update from an untrusted source. ## Reporting a Vulnerability