From dcfb7d8aa2eabeacbe889dca9accc54fadb0d7d6 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Sat, 4 Jun 2022 22:45:04 +0200 Subject: [PATCH] marp: add known vulnerability Co-Authored-By: Jan Tojnar --- pkgs/applications/office/marp/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/office/marp/default.nix b/pkgs/applications/office/marp/default.nix index c223fa40cc4b..e7565f49fbda 100644 --- a/pkgs/applications/office/marp/default.nix +++ b/pkgs/applications/office/marp/default.nix @@ -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" ];