fix: [stix2-pattern] disable correlation on version

Thanks to the new feature in MISP 2.4.142 to find top correlations ;-)
pull/313/head
Alexandre Dulaunoy 2021-04-27 05:57:52 +02:00
parent 5e6f887fa1
commit 7c21a969d1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
},
"version": {
"description": "Version of STIX 2 pattern.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"stix 2.0"
@ -26,5 +27,5 @@
"stix2-pattern"
],
"uuid": "0c5bd072-7c3e-4d45-86f7-a8104d9143b9",
"version": 2
"version": 3
}