mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
marp: add known vulnerability
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
committed by
Jan Tojnar
parent
7387dd9eb6
commit
dcfb7d8aa2
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user