chg: [report] disable correlation on report type

pull/334/head
Alexandre Dulaunoy 2021-11-02 09:06:18 +01:00
parent 1cd5a3e9f0
commit ae6a527bcb
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
}, },
"type": { "type": {
"description": "Type of report", "description": "Type of report",
"disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"sane_default": [ "sane_default": [
"Report", "Report",
@ -55,5 +56,5 @@
"link" "link"
], ],
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df", "uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
"version": 4 "version": 5
} }