Skip to content

Commit a193e03

Browse files
committed
chg: [cs-beacon-config] encoded-data as file attachment instead of text
As encoded-data might be large and not really useful to be displayed in the UI of MISP. We moved it to an `attachment` attribute type. We keep the `attachment` as Base64 to avoid any risk of people downloading or executing as potential malicious file. So it MUST be encoded in Base64 as it was before.
1 parent e658788 commit a193e03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

objects/cs-beacon-config/definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
"ui-priority": 0
8282
},
8383
"encoded-data": {
84-
"description": "Encoded payload data in Base64",
85-
"misp-attribute": "text",
84+
"description": "Encoded payload data in Base64 as file attachment",
85+
"misp-attribute": "attachment",
8686
"ui-priority": 0
8787
},
8888
"encoded-length": {
@@ -199,5 +199,5 @@
199199
"watermark"
200200
],
201201
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
202-
"version": 6
202+
"version": 7
203203
}

0 commit comments

Comments
 (0)