samba3: mark as vulnerable

This commit is contained in:
Franz Pletz
2017-09-28 13:40:23 +02:00
parent 15a6c2c4fc
commit c02c47d1eb

View File

@@ -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."
];
};
}