From 8db47bd973ab98479a590c56c369eb436e800025 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 13 Sep 2018 10:42:46 +0200 Subject: [PATCH] Removed documentation about a module deleted from the repository --- doc/import_doc/stiximport.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 doc/import_doc/stiximport.json diff --git a/doc/import_doc/stiximport.json b/doc/import_doc/stiximport.json deleted file mode 100644 index 7b22029..0000000 --- a/doc/import_doc/stiximport.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "description": "Module to import some stix stuff.", - "requirements": ["stix"], - "features": "The module imports MISP Attributes from a STIX 1 file, using the stix library, there is thus no special feature for users to make it work.", - "references": ["https://oasis-open.github.io/cti-documentation/", "https://github.com/STIXProject/python-stix"], - "input": "STIX format file", - "output": "MISP Event attributes" -}