Unverified Commit 5629520e authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

litestream: add CVE-2024-41254 to knownVulnerabilities (#337800)

parents 36a13f9f 0875d0ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,5 +30,6 @@ buildGoModule rec {
    license = licenses.asl20;
    homepage = "https://litestream.io/";
    maintainers = with maintainers; [ fbrs ];
    knownVulnerabilities = [ "CVE-2024-41254" ];
  };
}