Skip to content

Commit

Permalink
Merge pull request #124 from center-for-threat-informed-defense/123-f…
Browse files Browse the repository at this point in the history
…ix-pattern-version

Fix typo on pattern_version name (fixes #123)
  • Loading branch information
mehaase committed May 30, 2024
2 parents 7904d44 + ecc6256 commit 7f07f68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }},
Expand Down

0 comments on commit 7f07f68

Please sign in to comment.