Skip to content

Commit cc9608f

Browse files
authored
Merge pull request #266 from CybercentreCanada/shortcut_tag
Adding dynamic shortcut tag
2 parents 9c8d357 + ed9a184 commit cc9608f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assemblyline/odm/models/tagging.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Dynamic(odm.Model):
4343
class DynamicProcess(odm.Model):
4444
command_line = odm.Optional(odm.List(odm.Keyword(copyto="__text__")))
4545
file_name = odm.Optional(odm.List(odm.Keyword(copyto="__text__")))
46+
shortcut = odm.Optional(odm.List(odm.Keyword(copyto="__text__")))
4647

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

0 commit comments

Comments
 (0)