diff options
| author | Tris Emmy Wilson <tris@tris.fyi> | 2022-10-17 16:40:32 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-10-17 22:13:32 +0000 |
| commit | a772595d2b2e5432cc972f669852fe0770a0378b (patch) | |
| tree | b84fd32c90fdb7b0808a68003b123b6e1c5d9bf8 | |
| parent | Merge pull request #196340 from NixOS/backport-195780-to-release-22.05 (diff) | |
| download | nixpkgs-a772595d2b2e5432cc972f669852fe0770a0378b.tar.gz | |
polymc: mark knownVulnerabilities OVE-20221017-0001
see #196460, https://xeiaso.net/blog/OVE-20221017-0001
(cherry picked from commit 9d27de8105d5f9493695711a574542bc051ae005)
| -rw-r--r-- | pkgs/games/polymc/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/polymc/default.nix b/pkgs/games/polymc/default.nix index 4bb749db59f0..862affd747b4 100644 --- a/pkgs/games/polymc/default.nix +++ b/pkgs/games/polymc/default.nix @@ -75,5 +75,6 @@ mkDerivation rec { changelog = "https://github.com/PolyMC/PolyMC/releases/tag/${version}"; license = licenses.gpl3Plus; maintainers = with maintainers; [ cleverca22 starcraft66 ]; + knownVulnerabilities = [ "OVE-20221017-0001" ]; }; } |
