From ecc6256022c9a22842f027963028afd5a50d6f20 Mon Sep 17 00:00:00 2001 From: "Mark E. Haase" Date: Wed, 29 May 2024 16:10:21 -0400 Subject: [PATCH] Fix typo on pattern_version name (fixes #123) --- .../src/assets/configuration/builder.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }},