floorp: add CVE-2024-9680 as a known vulnerability

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-09 23:04:52 +02:00
parent 48c8d415be
commit b119e084e6
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -57,6 +57,9 @@
maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)
license = lib.licenses.mpl20;
mainProgram = "floorp";
knownVulnerabilities = [
"CVE-2024-9680"
];
};
tests = [ nixosTests.floorp ];
}).override