Skip to content

Commit

Permalink
Update mongo_hooks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Jan 4, 2024
1 parent d8bb401 commit fe3e419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_utils/mongo_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def delete_unused_file_docs():
return mongo_delete_many(FILES_COLL, {TASK_IDS_KEY: {"$size": 0}})


NORMALIZED_FILE_FIELDS = ("target.file", "dropped", "CAPE.payloads", "procdump")
NORMALIZED_FILE_FIELDS = ("target.file", "dropped", "CAPE.payloads", "procdump", "procmemory")


def collect_file_dicts(report) -> itertools.chain:
Expand Down

0 comments on commit fe3e419

Please sign in to comment.