Skip to content

Commit 9ff2723

Browse files
committed
fix: [spambee-report] updated
1 parent df070cd commit 9ff2723

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

objects/spambee-report/definition.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"feedback-requested": {
44
"description": "User has requested feedback",
55
"disable-correlation": true,
6-
"misp-atrubute": "boolean",
6+
"misp-attribute": "boolean",
77
"ui-priority": 0
88
},
99
"feedback-sent": {
1010
"description": "Feedback has been sent to user",
1111
"disable-correlation": true,
12-
"misp-atrubute": "boolean",
12+
"misp-attribute": "boolean",
1313
"ui-priority": 0
1414
},
1515
"feedback-time": {
1616
"description": "Timestamp of the feedback",
1717
"disable-correlation": true,
18-
"misp-atrubute": "datetime",
18+
"misp-attribute": "datetime",
1919
"ui-priority": 0
2020
},
2121
"privacy": {
2222
"description": "User has requested privacy",
2323
"disable-correlation": true,
24-
"misp-atrubute": "boolean",
24+
"misp-attribute": "boolean",
2525
"ui-priority": 0
2626
},
2727
"report-status": {
@@ -30,7 +30,7 @@
3030
],
3131
"description": "Result of the Spambee analysis for the submitted email",
3232
"disable-correlation": true,
33-
"misp-atrubute": "text",
33+
"misp-attribute": "text",
3434
"ui-priority": 0
3535
},
3636
"report-uid": {
@@ -39,7 +39,7 @@
3939
],
4040
"description": "Internal reference to the Spambee report",
4141
"disable-correlation": true,
42-
"misp-atrubute": "text",
42+
"misp-attribute": "text",
4343
"ui-priority": 0
4444
}
4545
},
@@ -50,5 +50,5 @@
5050
"report-uid"
5151
],
5252
"uuid": "305d6e6c-bb4d-4b9a-abf5-9f34d1322352",
53-
"version": 1
53+
"version": 2
5454
}

0 commit comments

Comments
 (0)