Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

xpdf: add knownVulnerabilities

+7
+7
pkgs/applications/misc/xpdf/default.nix
··· 72 72 license = with licenses; [ gpl2 gpl3 ]; 73 73 platforms = platforms.unix; 74 74 maintainers = with maintainers; [ sikmir ]; 75 + knownVulnerabilities = [ 76 + "CVE-2018-7453: loop in PDF objects" 77 + "CVE-2018-16369: loop in PDF objects" 78 + "CVE-2019-9587: loop in PDF objects" 79 + "CVE-2019-9588: loop in PDF objects" 80 + "CVE-2019-16088: loop in PDF objects" 81 + ]; 75 82 }; 76 83 }