From a8c00aa0acdaf0749bd347d55ad7635c799b327e Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Wed, 11 Feb 2026 12:50:22 +0800 Subject: [PATCH] wechat: remove mitigated vulnerability --- pkgs/by-name/we/wechat/package.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/by-name/we/wechat/package.nix b/pkgs/by-name/we/wechat/package.nix index 546fda69a0d8..4fe5afe4f9d3 100644 --- a/pkgs/by-name/we/wechat/package.nix +++ b/pkgs/by-name/we/wechat/package.nix @@ -23,12 +23,6 @@ let "aarch64-linux" "x86_64-linux" ]; - knownVulnerabilities = lib.optional stdenvNoCC.hostPlatform.isLinux '' - CWE-78: Clicking on a file attachment whose name contains backtick-quoted - commands will cause it to be executed. - - Reference: https://archive.ph/A5McZ (Chinese) - ''; }; sources =