mirror of https://github.com/MISP/misp-objects
fix: Disabled correlation for original imported samples
parent
78bfd806e7
commit
cf8c50b72e
|
@ -7,6 +7,7 @@
|
||||||
"imported-sample": {
|
"imported-sample": {
|
||||||
"description": "The original imported file itself (binary).",
|
"description": "The original imported file itself (binary).",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "attachment"
|
"misp-attribute": "attachment"
|
||||||
},
|
},
|
||||||
"format": {
|
"format": {
|
||||||
|
|
Loading…
Reference in New Issue