chg: [microblog] add the ability to have non-malicious links

Fix #215
pull/220/head
Alexandre Dulaunoy 2019-12-06 14:59:12 +01:00
parent 2f80c80508
commit ab484998ff
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -76,6 +76,12 @@
"misp-attribute": "url",
"multiple": true
},
"embedded-safe-link": {
"description": "Safe link into the microblog post",
"ui-priority": 0,
"misp-attribute": "link",
"multiple": true
},
"removal-date": {
"description": "When the microblog post was removed",
"ui-priority": 0,
@ -94,7 +100,7 @@
"multiple": true
}
},
"version": 9,
"version": 10,
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
"meta-category": "misc",
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",