chg: Fixed typo in disable_correlation

pull/364/head
matthijsvp 2022-07-01 16:59:03 +02:00
parent 896fb72735
commit 8e024f4863
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
},
"dst-domain": {
"description": "Domain destination of the attack step, if any.",
"disable-correlation": true,
"disable_correlation": true,
"misp-attribute": "domain",
"ui-priority": 1
},
"dst-ip": {
"description": "IP destination of the attack step, if any.",
"disable-correlation": true,
"disable_correlation": true,
"misp-attribute": "ip-dst",
"ui-priority": 1
},