From e22c27e046ad6d01acbb8cfce7d9e554162293cf Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Sat, 23 Nov 2024 04:41:11 +0000 Subject: [PATCH] [Backport release-24.05] vuze: mark insecure CVE-2018-13417 --- pkgs/applications/networking/p2p/vuze/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/networking/p2p/vuze/default.nix b/pkgs/applications/networking/p2p/vuze/default.nix index 6dc00cba9ee082..5e679afc801c4e 100644 --- a/pkgs/applications/networking/p2p/vuze/default.nix +++ b/pkgs/applications/networking/p2p/vuze/default.nix @@ -26,5 +26,8 @@ stdenv.mkDerivation rec { license = licenses.unfree; platforms = platforms.all; maintainers = with maintainers; [ ]; + knownVulnerabilities = [ + "CVE-2018-13417" + ]; }; }