mirror of https://github.com/MISP/misp-objects
fix: [stix2-pattern] disable correlation on version
Thanks to the new feature in MISP 2.4.142 to find top correlations ;-)pull/313/head
parent
5e6f887fa1
commit
7c21a969d1
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue