about summary refs log tree commit diff
path: root/pkgs/applications/misc/electrum/dash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/electrum/dash.nix')
-rw-r--r--pkgs/applications/misc/electrum/dash.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/electrum/dash.nix b/pkgs/applications/misc/electrum/dash.nix
index 8ba562de1cb7..fc5192bb5e47 100644
--- a/pkgs/applications/misc/electrum/dash.nix
+++ b/pkgs/applications/misc/electrum/dash.nix
@@ -42,5 +42,6 @@ python2Packages.buildPythonApplication rec {
     homepage = https://github.com/dashpay/electrum-dash;
     license = licenses.gpl3;
     maintainers = with maintainers; [ np ];
+    knownVulnerabilities = [ "CVE-2018-1000022" ];
   };
 }