riak-cs: mark as insecure

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

View File

@ -65,5 +65,6 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" "x86_64-darwin" ];
license = licenses.asl20;
maintainers = with maintainers; [ mdaiter ];
knownVulnerabilities = [ "CVE-2017-3163 - see https://github.com/NixOS/nixpkgs/issues/33876" ];
};
}