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

xrdp: add many `knownVulnerabilities`
This commit is contained in:
Robert Scott 2023-01-02 22:47:07 +00:00 committed by GitHub
commit bf608a9b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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