Merge pull request #205860 from risicle/ris-xrdp-known-vulnerabilities

xrdp: add many `knownVulnerabilities`

authored by Robert Scott and committed by GitHub bf608a9b 5a236902

+14
+14
pkgs/applications/networking/remote/xrdp/default.nix
··· 100 license = licenses.asl20; 101 maintainers = [ ]; 102 platforms = platforms.linux; 103 }; 104 }; 105 in xrdp
··· 100 license = licenses.asl20; 101 maintainers = [ ]; 102 platforms = platforms.linux; 103 + knownVulnerabilities = [ 104 + "CVE-2020-4044" 105 + "CVE-2022-23468" 106 + "CVE-2022-23477" 107 + "CVE-2022-23478" 108 + "CVE-2022-23479" 109 + "CVE-2022-23480" 110 + "CVE-2022-23481" 111 + "CVE-2022-23482" 112 + "CVE-2022-23483" 113 + "CVE-2022-23484" 114 + "CVE-2022-23493" 115 + "CVE-2022-23613" 116 + ]; 117 }; 118 }; 119 in xrdp