Skip to content

Commit 5629520

Browse files
authored
litestream: add CVE-2024-41254 to knownVulnerabilities (#337800)
2 parents 36a13f9 + 0875d0c commit 5629520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/tools/database/litestream/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ buildGoModule rec {
3030
license = licenses.asl20;
3131
homepage = "https://litestream.io/";
3232
maintainers = with maintainers; [ fbrs ];
33+
knownVulnerabilities = [ "CVE-2024-41254" ];
3334
};
3435
}

0 commit comments

Comments
 (0)