Fixed email attribute type, fixed typo

pull/355/head
matthijsvp 2022-05-05 15:38:19 +02:00
parent 38d22a425f
commit 1c2513caf2
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
"misp-attribute": "boolean",
"ui-priority": 9
},
"data_lekaed": {
"data_leaked": {
"description": "Was data leaked in this incident?",
"disable_correlation": true,
"misp-attribute": "boolean",
@ -63,7 +63,7 @@
"email_address": {
"description": "Contact address, if any",
"disable_correlation": false,
"misp-attribute": "float",
"misp-attribute": "text",
"ui-priority": 12
},
"Remarks": {