limesurvey: add knownVulnerabilities CVE-2022-48008 & CVE-2022-48010

This commit is contained in:
Robert Scott 2023-02-03 19:22:21 +00:00
parent b3440c2e35
commit 7fdbf90920

View file

@ -37,5 +37,9 @@ stdenv.mkDerivation rec {
homepage = "https://www.limesurvey.org";
maintainers = with maintainers; [offline];
platforms = with platforms; unix;
knownVulnerabilities = [
"CVE-2022-48008"
"CVE-2022-48010"
];
};
}