Removed documentation about a module deleted from the repository

pull/233/head
chrisr3d 2018-09-13 10:42:46 +02:00
parent 754321b4e2
commit 8db47bd973
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 8 deletions

View File

@ -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"
}