diff options
| author | Robert Scott <code@humanleg.org.uk> | 2023-10-05 23:23:44 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-10-14 08:26:34 +0000 |
| commit | ce8c7b9c746b0fd6e665b726b1d4e66f85849f82 (patch) | |
| tree | 81651618cf668c6ac2a6645704d36fc943f64a08 | |
| parent | Merge pull request #260911 from NixOS/backport-260783-to-release-23.05 (diff) | |
| download | nixpkgs-ce8c7b9c746b0fd6e665b726b1d4e66f85849f82.tar.gz | |
libxls: mark knownVulnerabilities CVE-2023-38851 - CVE-2023-38856
(cherry picked from commit 2a8f6ebd6044c3161d553fdd648ccbb5f8d76e77)
| -rw-r--r-- | pkgs/development/libraries/libxls/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libxls/default.nix b/pkgs/development/libraries/libxls/default.nix index 8ba48e15f226..4c9b77d7c387 100644 --- a/pkgs/development/libraries/libxls/default.nix +++ b/pkgs/development/libraries/libxls/default.nix @@ -30,5 +30,13 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ abbradar ]; mainProgram = "xls2csv"; platforms = platforms.unix; + knownVulnerabilities = [ + "CVE-2023-38851" + "CVE-2023-38852" + "CVE-2023-38853" + "CVE-2023-38854" + "CVE-2023-38855" + "CVE-2023-38856" + ]; }; } |
