update the misp-attribute to specify a valid value instead of an empty string

pull/179/head
mday 2019-05-01 14:11:30 -05:00
parent 3c5035a61f
commit 71b4e71ab1
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
"comment": {
"description": "Additional comments.",
"ui-priority": 0,
"misp-attribute": "",
"misp-attribute": "text",
"disable_correlation": true
}
},

View File

@ -86,7 +86,7 @@
"comment": {
"description": "Additional comments.",
"ui-priority": 0,
"misp-attribute": "",
"misp-attribute": "text",
"disable_correlation": true
}
},