From c02c47d1ebb772e31528bab14fb034c866b71001 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Thu, 28 Sep 2017 13:40:23 +0200 Subject: [PATCH] samba3: mark as vulnerable --- pkgs/servers/samba/3.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/servers/samba/3.x.nix b/pkgs/servers/samba/3.x.nix index 858f60b3885..91b1c8f95c1 100644 --- a/pkgs/servers/samba/3.x.nix +++ b/pkgs/servers/samba/3.x.nix @@ -91,5 +91,8 @@ stdenv.mkDerivation rec { homepage = http://www.samba.org/; description = "The standard Windows interoperability suite of programs for Linux and Unix"; platforms = stdenv.lib.platforms.linux; + knownVulnerabilities = [ + "Numerous CVEs and no patches from upstream for 3.x since 2014." + ]; }; }