From 58e46e2b8f25aaa6f7d2a150909eeb09e0a9a742 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 19 Oct 2016 22:18:25 -0400 Subject: [PATCH] pythonPackages.suds: mark as broken for security concerns --- pkgs/top-level/python-packages.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 229963d7cb2..b616f9929e5 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -29164,6 +29164,10 @@ in modules // { patches = [ ../development/python-modules/suds-0.4-CVE-2013-2217.patch ]; meta = with stdenv.lib; { + # Broken for security issues: + # - https://github.com/NixOS/nixpkgs/issues/19678 + # - https://lwn.net/Vulnerabilities/559200/ + broken = true; description = "Lightweight SOAP client"; homepage = https://fedorahosted.org/suds; license = licenses.lgpl3Plus;