forked from mirrors/nixpkgs
electrum-dash: mark as vulnerable
CVE-2018-1000022 in electrum
This commit is contained in:
parent
2236fd4406
commit
a50507a6cc
|
@ -42,5 +42,6 @@ python2Packages.buildPythonApplication rec {
|
||||||
homepage = https://github.com/dashpay/electrum-dash;
|
homepage = https://github.com/dashpay/electrum-dash;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ np ];
|
maintainers = with maintainers; [ np ];
|
||||||
|
knownVulnerabilities = [ "CVE-2018-1000022" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue