From 69c3e908261a31d30437ed1f88012abd99108369 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 22 Nov 2024 14:31:08 +0000 Subject: [PATCH] Remove exception for insecure qbittorrent --- modules/desktop/apps/qbittorrent.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/desktop/apps/qbittorrent.nix b/modules/desktop/apps/qbittorrent.nix index 849b65e..e3b59f0 100644 --- a/modules/desktop/apps/qbittorrent.nix +++ b/modules/desktop/apps/qbittorrent.nix @@ -10,11 +10,6 @@ in { }; config = lib.mkIf cfg.enable { - /* Potential Remote Code Execution https://www.openwall.com/lists/oss-security/2024/10/30/4 */ - nixpkgs.config.permittedInsecurePackages = [ - "qbittorrent-4.6.4" - ]; - user.packages = with pkgs; [ qbittorrent ];