forked from mirrors/nixpkgs
pythonPackages.suds: mark as broken for security concerns
This commit is contained in:
parent
9756424a38
commit
58e46e2b8f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue