summary refs log tree commit diff
path: root/pkgs/tools/graphics/jhead
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-12-26 13:28:26 +0100
committerRobert Helgesson <robert@rycee.net>2020-12-26 13:28:26 +0100
commit06ed62c27c284906a8c0aabca9c6a45a95eb1f88 (patch)
tree956c6f2679dfcb1b9dbc9d88855cd51533b4d6f7 /pkgs/tools/graphics/jhead
parent75d69a0a27ee9262805e6a7a605f00e654b75a28 (diff)
downloadnixpkgs-06ed62c27c284906a8c0aabca9c6a45a95eb1f88.tar
nixpkgs-06ed62c27c284906a8c0aabca9c6a45a95eb1f88.tar.gz
nixpkgs-06ed62c27c284906a8c0aabca9c6a45a95eb1f88.tar.bz2
nixpkgs-06ed62c27c284906a8c0aabca9c6a45a95eb1f88.tar.lz
nixpkgs-06ed62c27c284906a8c0aabca9c6a45a95eb1f88.tar.xz
nixpkgs-06ed62c27c284906a8c0aabca9c6a45a95eb1f88.tar.zst
nixpkgs-06ed62c27c284906a8c0aabca9c6a45a95eb1f88.zip
jhead: list known vulnerabilities
Diffstat (limited to 'pkgs/tools/graphics/jhead')
-rw-r--r--pkgs/tools/graphics/jhead/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/jhead/default.nix b/pkgs/tools/graphics/jhead/default.nix
index 19a0e26d9cc..1d3696a8cd2 100644
--- a/pkgs/tools/graphics/jhead/default.nix
+++ b/pkgs/tools/graphics/jhead/default.nix
@@ -43,5 +43,10 @@ stdenv.mkDerivation rec {
     license = licenses.publicDomain;
     maintainers = with maintainers; [ rycee ];
     platforms = platforms.all;
+    # https://github.com/NixOS/nixpkgs/issues/90828
+    knownVulnerabilities = [
+      "CVE-2020-6624"
+      "CVE-2020-6625"
+    ];
   };
 }