From d45b01a9852c757f7ca783c4d0c9d4f6db19f1c9 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Tue, 13 Dec 2022 00:18:40 +0000 Subject: [PATCH] xrdp: add many knownVulnerabilities --- .../networking/remote/xrdp/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix index feb8252c7eda..3744451f3e28 100644 --- a/pkgs/applications/networking/remote/xrdp/default.nix +++ b/pkgs/applications/networking/remote/xrdp/default.nix @@ -100,6 +100,20 @@ let license = licenses.asl20; maintainers = [ ]; platforms = platforms.linux; + knownVulnerabilities = [ + "CVE-2020-4044" + "CVE-2022-23468" + "CVE-2022-23477" + "CVE-2022-23478" + "CVE-2022-23479" + "CVE-2022-23480" + "CVE-2022-23481" + "CVE-2022-23482" + "CVE-2022-23483" + "CVE-2022-23484" + "CVE-2022-23493" + "CVE-2022-23613" + ]; }; }; in xrdp