riak: mark as insecure

This commit is contained in:
Andreas Rammhold 2019-02-27 21:16:21 +01:00
parent 515be3b94b
commit 48f1455c65
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -93,5 +93,6 @@ stdenv.mkDerivation rec {
description = "Dynamo inspired NoSQL DB by Basho";
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
knownVulnerabilities = [ "CVE-2017-3163 - see https://github.com/NixOS/nixpkgs/issues/33876" ];
};
}