floorp: add CVE-2024-9680 as a known vulnerability (#347621)

This commit is contained in:
Emily 2024-10-10 00:46:50 +01:00 committed by GitHub
commit 75c6af1c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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