mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:37:53 +00:00
aerospike: mark as insecure
This commit is contained in:
parent
09ad6a7235
commit
ae0f402b4c
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.agpl3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
knownVulnerabilities = [ "CVE-2020-13151" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user