Skip to content

Commit 7c21a96

Browse files
committed
fix: [stix2-pattern] disable correlation on version
Thanks to the new feature in MISP 2.4.142 to find top correlations ;-)
1 parent 5e6f887 commit 7c21a96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

objects/stix2-pattern/definition.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"version": {
1414
"description": "Version of STIX 2 pattern.",
15+
"disable_correlation": true,
1516
"misp-attribute": "text",
1617
"sane_default": [
1718
"stix 2.0"
@@ -26,5 +27,5 @@
2627
"stix2-pattern"
2728
],
2829
"uuid": "0c5bd072-7c3e-4d45-86f7-a8104d9143b9",
29-
"version": 2
30+
"version": 3
3031
}

0 commit comments

Comments
 (0)