Skip to content

Commit

Permalink
move hashes and size lower in file config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Aug 29, 2023
1 parent 73a8b04 commit 33027cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/attack_flow_builder/src/assets/builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ const config: AppConfiguration = {
type: TemplateType.DictionaryBlock,
role: SemanticRole.Node,
properties: {
name : { type: PropertyType.String, is_primary: true },
name_enc : { type: PropertyType.String },
size : { type: PropertyType.String },
hashes : {
type: PropertyType.List,
form: {
Expand All @@ -732,9 +735,6 @@ const config: AppConfiguration = {
}
}
},
size : { type: PropertyType.String },
name : { type: PropertyType.String, is_primary: true },
name_enc : { type: PropertyType.String },
magic_number_hex : { type: PropertyType.String },
mime_type : { type: PropertyType.String },
ctime : { type: PropertyType.Date },
Expand Down

0 comments on commit 33027cd

Please sign in to comment.