diff --git a/src/attack_flow_builder/src/assets/configuration/builder.config.ts b/src/attack_flow_builder/src/assets/configuration/builder.config.ts index f245c93e..dd91a4e5 100644 --- a/src/attack_flow_builder/src/assets/configuration/builder.config.ts +++ b/src/attack_flow_builder/src/assets/configuration/builder.config.ts @@ -334,7 +334,7 @@ const config: AppConfiguration = { indicator_types : { type: PropertyType.List, form: { type: PropertyType.String, is_required: true } }, pattern : { type: PropertyType.String, is_required: true }, pattern_type : { type: PropertyType.String, is_required: true }, - patter_version : { type: PropertyType.String }, + pattern_version : { type: PropertyType.String }, valid_from : { type: PropertyType.Date, is_required: true}, valid_until : { type: PropertyType.Date }, kill_chain_phases : { type: PropertyType.List, form: { type: PropertyType.String }},