chg: [microblog] disable correlation for the verified-username state

pull/220/head
Alexandre Dulaunoy 2019-12-27 11:27:53 +01:00
parent faf2b07599
commit ce80fb6384
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@
"description": "Is the username account verified by the operator of the microblog platform", "description": "Is the username account verified by the operator of the microblog platform",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text", "misp-attribute": "text",
"disable_correlation": true,
"values_list": [ "values_list": [
"Verified", "Verified",
"Unverified", "Unverified",
@ -100,7 +101,7 @@
"multiple": true "multiple": true
} }
}, },
"version": 10, "version": 11,
"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",