about summary refs log tree commit diff
path: root/pkgs/development/compilers/mono
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-10-28 21:34:36 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-10-28 21:35:38 +0000
commit99edb7accb4d8a7bf14c560f601136162be0a41a (patch)
treeff2c0fb78bf7669563aef1402b332b76ca0138cc /pkgs/development/compilers/mono
parentaa1e0ac98146c51d9487e5e43ca00edadbe19397 (diff)
mono46: add 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" ];
 })