about summary refs log tree commit diff
path: root/pkgs/development/compilers/mono
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-29 10:27:22 +0000
committerGitHub <noreply@github.com>2018-10-29 10:27:22 +0000
commitda85e7d05d96c90212ea13afe0529d561cc3c57e (patch)
treecf1eda817e40666d0c7a8376b7f9d5698e2e4333 /pkgs/development/compilers/mono
parent3272b9a2e97fc9d10b31c472dce954c9c22ed382 (diff)
parent99edb7accb4d8a7bf14c560f601136162be0a41a (diff)
Merge pull request #49369 from Mic92/mono-cleanup3
mono46: mark as insecure (CVE-2018-1002208)
Diffstat (limited to 'pkgs/development/compilers/mono')
-rw-r--r--pkgs/development/compilers/mono/4.6.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/mono/4.6.nix b/pkgs/development/compilers/mono/4.6.nix
index 2bba660b69cd6..5ccdadc28787f 100644
--- a/pkgs/development/compilers/mono/4.6.nix
+++ b/pkgs/development/compilers/mono/4.6.nix
@@ -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" ];
 })