Skip to content

Commit aa2df7f

Browse files
authored
Merge pull request #509 from Terrtia/master
chat-message - add sane default for chat and protocol
2 parents e0f9c1b + c6ab0f0 commit aa2df7f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

objects/chat-message/definition.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,21 @@
4040
"description": "Optional network used to access the chat application, such as Tor or I2P. It is only used when the service is not reachable on the public Internet.",
4141
"disable_correlation": true,
4242
"misp-attribute": "text",
43+
"sane_default": [
44+
"Tor",
45+
"I2P"
46+
],
4347
"ui-priority": 0
4448
},
4549
"protocol": {
4650
"description": "Name of the chat protocol or application, such as matrix, xmpp, or telegram.",
4751
"disable_correlation": true,
4852
"misp-attribute": "text",
53+
"sane_default": [
54+
"Discord",
55+
"Matrix",
56+
"Teleram"
57+
],
4958
"ui-priority": 1
5059
},
5160
"protocol-instance-uuid": {
@@ -105,5 +114,5 @@
105114
"timestamp"
106115
],
107116
"uuid": "2273e7ab-9cf7-43d3-9eb6-e69697dcc7d5",
108-
"version": 1
117+
"version": 2
109118
}

0 commit comments

Comments
 (0)