about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-01-02 22:47:07 +0000
committerGitHub <noreply@github.com>2023-01-02 22:47:07 +0000
commitbf608a9b2fc7287ed4abb17e865fd23bc166c8f5 (patch)
tree65587c018495293ab57fd13abccbd77e12dd330b /pkgs/applications/networking/remote
parent5a236902c3b0d705eec98f3124495b4cdbf6f5de (diff)
parentd45b01a9852c757f7ca783c4d0c9d4f6db19f1c9 (diff)
Merge pull request #205860 from risicle/ris-xrdp-known-vulnerabilities
xrdp: add many `knownVulnerabilities`
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/xrdp/default.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
index feb8252c7edae..3744451f3e282 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