3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.suds: mark as broken for security concerns

This commit is contained in:
Graham Christensen 2016-10-19 22:18:25 -04:00
parent 9756424a38
commit 58e46e2b8f
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -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;