Merge pull request #111579 from dotlambda/libsixel-insecure
libsixel: mark as insecure
This commit is contained in:
commit
73bf313f08
@ -22,5 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ vrthra ];
|
maintainers = with maintainers; [ vrthra ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = with platforms; unix;
|
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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user