Merge pull request #49369 from Mic92/mono-cleanup3

mono46: mark as insecure (CVE-2018-1002208)
This commit is contained in:
Jörg Thalheim 2018-10-29 10:27:22 +00:00 committed by GitHub
commit da85e7d05d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,5 @@ callPackage ./generic.nix (rec {
version = "4.6.2.16";
sha256 = "190f7kcrm1y5x61s1xwdmjnwc3czsg50s3mml4xmix7byh3x2rc9";
enableParallelBuilding = false; # #32386, https://hydra.nixos.org/build/65617511
meta.knownVulnerabilities = [ "CVE-2018-1002208" ];
})