freeimage: mark with knownVulnerabilties

+14
+14
pkgs/development/libraries/freeimage/default.nix
··· 72 description = "Open Source library for accessing popular graphics image file formats"; 73 homepage = "http://freeimage.sourceforge.net/"; 74 license = "GPL"; 75 maintainers = with lib.maintainers; [viric l-as]; 76 platforms = with lib.platforms; unix; 77 };
··· 72 description = "Open Source library for accessing popular graphics image file formats"; 73 homepage = "http://freeimage.sourceforge.net/"; 74 license = "GPL"; 75 + knownVulnerabilities = [ 76 + "CVE-2021-33367" 77 + "CVE-2021-40262" 78 + "CVE-2021-40263" 79 + "CVE-2021-40264" 80 + "CVE-2021-40265" 81 + "CVE-2021-40266" 82 + 83 + "CVE-2023-47992" 84 + "CVE-2023-47993" 85 + "CVE-2023-47994" 86 + "CVE-2023-47995" 87 + "CVE-2023-47996" 88 + ]; 89 maintainers = with lib.maintainers; [viric l-as]; 90 platforms = with lib.platforms; unix; 91 };