Skip to content

Commit 0875d0c

Browse files
committed
litestream: add CVE-2024-41254 to knownVulnerabilities
1 parent 3745928 commit 0875d0c

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)