mirror of https://github.com/MISP/misp-objects
chg: [object field] add title to microblog
parent
3a7367b8dd
commit
3bb42c766f
|
@ -8,6 +8,11 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"title": {
|
||||||
|
"description": "Title of the post",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"description": "Original URL location of the microblog post (potentially malicious)",
|
"description": "Original URL location of the microblog post (potentially malicious)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
@ -117,7 +122,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 16,
|
"version": 17,
|
||||||
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
||||||
|
|
Loading…
Reference in New Issue