summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-08-31 11:37:43 +0100
committerGitHub <noreply@github.com>2024-08-31 11:37:43 +0100
commit2152fb751d3f64db56d6547c9a0c10eb4e5d598b (patch)
tree1603e5ae9ee2cd803116d2ebed461d3711ab1fb2
parent[Backport release-24.05] bup: 0.33.3 -> 0.33.4 (#337643) (diff)
parentlitestream: add CVE-2024-41254 to knownVulnerabilities (diff)
downloadnixpkgs-2152fb751d3f64db56d6547c9a0c10eb4e5d598b.tar.gz
[Backport release-24.05] litestream: add CVE-2024-41254 to knownVulnerabilities (#338592)
-rw-r--r--pkgs/development/tools/database/litestream/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/database/litestream/default.nix b/pkgs/development/tools/database/litestream/default.nix
index fa47959a333c..976bc77e544e 100644
--- a/pkgs/development/tools/database/litestream/default.nix
+++ b/pkgs/development/tools/database/litestream/default.nix
@@ -27,5 +27,6 @@ buildGoModule rec {
license = licenses.asl20;
homepage = "https://litestream.io/";
maintainers = with maintainers; [ fbrs ];
+ knownVulnerabilities = [ "CVE-2024-41254" ];
};
}