mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
riak: mark as insecure
This commit is contained in:
parent
515be3b94b
commit
48f1455c65
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user