From 3bc566ae5db31278090801d5a15820156ace5e1b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 30 Sep 2020 10:27:04 +0200 Subject: [PATCH] chg: [blog] because markdown --- _posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md b/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md index 35e739a..7480504 100644 --- a/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md +++ b/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md @@ -130,6 +130,7 @@ misp_object = MISPObject(name="github-user") ~~~~ **tips:** you can find the object template name is the [MISP object template repository](https://github.com/MISP/misp-objects). + **contributing:** if an object template is missing, you can propose your own. ### User data