From 9d27de8105d5f9493695711a574542bc051ae005 Mon Sep 17 00:00:00 2001 From: Tris Emmy Wilson Date: Mon, 17 Oct 2022 16:40:32 -0500 Subject: [PATCH] polymc: mark knownVulnerabilities OVE-20221017-0001 see #196460, https://xeiaso.net/blog/OVE-20221017-0001 --- pkgs/games/polymc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/polymc/default.nix b/pkgs/games/polymc/default.nix index 1a98ca796010..53c1647aa990 100644 --- a/pkgs/games/polymc/default.nix +++ b/pkgs/games/polymc/default.nix @@ -71,5 +71,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/PolyMC/PolyMC/releases/tag/${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ cleverca22 starcraft66 ]; + knownVulnerabilities = [ "OVE-20221017-0001" ]; }; }