forked from mirrors/nixpkgs
samba3: mark as vulnerable
This commit is contained in:
parent
15a6c2c4fc
commit
c02c47d1eb
1 changed files with 3 additions and 0 deletions
|
@ -91,5 +91,8 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.samba.org/;
|
homepage = http://www.samba.org/;
|
||||||
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"Numerous CVEs and no patches from upstream for 3.x since 2014."
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue