Merge pull request #111579 from dotlambda/libsixel-insecure

libsixel: mark as insecure

authored by danieldk.tngl.sh and committed by GitHub 73bf313f 31da4478

+4
+4
pkgs/development/libraries/libsixel/default.nix
··· 22 maintainers = with maintainers; [ vrthra ]; 23 license = licenses.mit; 24 platforms = with platforms; unix; 25 }; 26 }
··· 22 maintainers = with maintainers; [ vrthra ]; 23 license = licenses.mit; 24 platforms = with platforms; unix; 25 + knownVulnerabilities = [ 26 + "CVE-2020-11721" # https://github.com/saitoha/libsixel/issues/134 27 + "CVE-2020-19668" # https://github.com/saitoha/libsixel/issues/136 28 + ]; 29 }; 30 }