diff options
| author | Robert Scott <code@humanleg.org.uk> | 2024-08-31 11:37:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 11:37:43 +0100 |
| commit | 2152fb751d3f64db56d6547c9a0c10eb4e5d598b (patch) | |
| tree | 1603e5ae9ee2cd803116d2ebed461d3711ab1fb2 | |
| parent | [Backport release-24.05] bup: 0.33.3 -> 0.33.4 (#337643) (diff) | |
| parent | litestream: add CVE-2024-41254 to knownVulnerabilities (diff) | |
| download | nixpkgs-2152fb751d3f64db56d6547c9a0c10eb4e5d598b.tar.gz | |
[Backport release-24.05] litestream: add CVE-2024-41254 to knownVulnerabilities (#338592)
| -rw-r--r-- | pkgs/development/tools/database/litestream/default.nix | 1 |
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" ]; }; } |
