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" ];