mirror of https://github.com/MISP/misp-objects
update the misp-attribute to specify a valid value instead of an empty string
parent
3c5035a61f
commit
71b4e71ab1
|
@ -77,7 +77,7 @@
|
|||
"comment": {
|
||||
"description": "Additional comments.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "",
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
}
|
||||
},
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"comment": {
|
||||
"description": "Additional comments.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "",
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue