limesurvey: add knownVulnerabilities CVE-2022-48008 & CVE-2022-48010
This commit is contained in:
parent
b3440c2e35
commit
7fdbf90920
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue