Skip to content

Commit

Permalink
Merge pull request #281 from CybercentreCanada/hotfix/real_safelist_fix
Browse files Browse the repository at this point in the history
UNDO adding safelisted to tagitem
  • Loading branch information
cccs-sgaron authored Jul 7, 2021
2 parents 4ddd138 + 44c1cbb commit b4f7dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assemblyline/odm/messages/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class TagItem(odm.Model):
type = odm.Keyword()
value = odm.Keyword()
short_type = odm.Keyword()
safelisted = odm.Boolean(default=False)


@odm.model()
Expand Down

0 comments on commit b4f7dc5

Please sign in to comment.