From 8c749b893df8dc9e6361badeb6457159b6e53fb0 Mon Sep 17 00:00:00 2001 From: Arnaud Moura Date: Sat, 26 Jun 2021 15:34:03 +0200 Subject: [PATCH] Added package mcd (#1951) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8553933..23dc706 100644 --- a/packages.json +++ b/packages.json @@ -23044,6 +23044,19 @@ "license": "MIT", "web": "https://github.com/Beamdog/nwsync" }, + { + "name": "mcd", + "url": "https://gitlab.com/malicious-commit-detector/mcd", + "method": "git", + "tags": [ + "antivirus", + "utility", + "binary" + ], + "description": "Application to detect which commit generates malicious code detection by antivirus software.", + "license": "MIT", + "web": "https://gitlab.com/malicious-commit-detector/mcd" + }, { "name": "nimarrow", "url": "https://github.com/emef/nimarrow",