diff options
| author | Robert Scott <code@humanleg.org.uk> | 2022-12-03 15:39:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-03 15:39:55 +0000 |
| commit | 6f2b0c5193d422632c47cd72b3658c6abbf05e11 (patch) | |
| tree | 4233e2f1f6d7c007b2f891308a9bfde669dd35b5 | |
| parent | Merge pull request #204286 from NixOS/backport-204194-to-release-22.11 (diff) | |
| parent | lepton: add CVE-2022-4104 to knownVulnerabilities (diff) | |
| download | nixpkgs-6f2b0c5193d422632c47cd72b3658c6abbf05e11.tar.gz | |
Merge pull request #204281 from NixOS/backport-204185-to-release-22.11
[Backport release-22.11] lepton: add CVE-2022-4104 to knownVulnerabilities
| -rw-r--r-- | pkgs/tools/graphics/lepton/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/lepton/default.nix b/pkgs/tools/graphics/lepton/default.nix index eb3135032218..f590e7178d67 100644 --- a/pkgs/tools/graphics/lepton/default.nix +++ b/pkgs/tools/graphics/lepton/default.nix @@ -20,5 +20,6 @@ stdenv.mkDerivation rec { license = licenses.asl20; platforms = [ "x86_64-linux" "x86_64-darwin" ]; maintainers = with maintainers; [ artemist ]; + knownVulnerabilities = [ "CVE-2022-4104" ]; }; } |
