libsixel: mark as insecure

master
Robert Schütz 2021-02-01 16:41:11 +01:00
parent 457ff6d28e
commit bcfec5c773
1 changed files with 4 additions and 0 deletions

View File

@ -22,5 +22,9 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ vrthra ];
license = licenses.mit;
platforms = with platforms; unix;
knownVulnerabilities = [
"CVE-2020-11721" # https://github.com/saitoha/libsixel/issues/134
"CVE-2020-19668" # https://github.com/saitoha/libsixel/issues/136
];
};
}