Skip to content

Commit

Permalink
Merge pull request #267 from CybercentreCanada/shortcut_tag
Browse files Browse the repository at this point in the history
Adding dynamic shortcut tag
  • Loading branch information
cccs-kevin authored Jul 9, 2021
2 parents c622b06 + ed9a184 commit 9922af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assemblyline/odm/models/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Dynamic(odm.Model):
class DynamicProcess(odm.Model):
command_line = odm.Optional(odm.List(odm.Keyword(copyto="__text__")))
file_name = odm.Optional(odm.List(odm.Keyword(copyto="__text__")))
shortcut = odm.Optional(odm.List(odm.Keyword(copyto="__text__")))

@odm.model(index=True, store=False)
class DynamicSignature(odm.Model):
Expand Down

0 comments on commit 9922af6

Please sign in to comment.