Merge pull request #56480 from andir/riak-cve-2017-3163

Mark Riak and Riak-cs as insecure
This commit is contained in:
Linus Heckemann 2019-02-28 08:10:25 +01:00 committed by GitHub
commit 90e8b730b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

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" ];
};
}

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" ];
};
}