marp: add known vulnerability

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
FliegendeWurst
2022-06-04 22:45:04 +02:00
committed by Jan Tojnar
parent 7387dd9eb6
commit dcfb7d8aa2

View File

@@ -30,6 +30,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Markdown presentation writer, powered by Electron";
homepage = "https://yhatt.github.io/marp/";
knownVulnerabilities = [
"Remote code execution: https://github.com/yhatt/marp/issues/276"
];
license = licenses.mit;
maintainers = [ maintainers.puffnfresh ];
platforms = [ "x86_64-linux" ];