Skip to content

Commit

Permalink
chg: [spambee-object] Correct jq
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Kieffer <[email protected]>
  • Loading branch information
romainkieffer committed Dec 19, 2024
1 parent d2cca68 commit df070cd
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions objects/spambee-report/definition.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"attributes": {
"privacy": {
"description": "User has requested privacy",
"misp-atrubute": "boolean",
"disable-correlation": true,
"ui-priority": 0
},
"feedback-requested": {
"description": "User has requested feedback",
"misp-atrubute": "boolean",
"disable-correlation": true,
"misp-atrubute": "boolean",
"ui-priority": 0
},
"feedback-sent": {
"description": "Feedback has been sent to user",
"misp-atrubute": "boolean",
"disable-correlation": true,
"misp-atrubute": "boolean",
"ui-priority": 0
},
"feedback-time": {
"description": "Timestamp of the feedback",
"misp-atrubute": "datetime",
"disable-correlation": true,
"misp-atrubute": "datetime",
"ui-priority": 0
},
"report-uid": {
"categories": [
"Internal reference"
],
"description": "Internal reference to the Spambee report",
"misp-atrubute": "text",
"privacy": {
"description": "User has requested privacy",
"disable-correlation": true,
"misp-atrubute": "boolean",
"ui-priority": 0
},
"report-status": {
"categories": [
"External analysis"
],
"description": "Result of the Spambee analysis for the submitted email",
"disable-correlation": true,
"misp-atrubute": "text",
"ui-priority": 0
},
"report-uid": {
"categories": [
"Internal reference"
],
"description": "Internal reference to the Spambee report",
"disable-correlation": true,
"misp-atrubute": "text",
"ui-priority": 0
}
},
Expand All @@ -51,4 +51,4 @@
],
"uuid": "305d6e6c-bb4d-4b9a-abf5-9f34d1322352",
"version": 1
}
}

0 comments on commit df070cd

Please sign in to comment.