Unverified Commit b119e084 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

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

parent 48c8d415
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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