mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
Bug fix for overwriting completed enrichments
Bug fix for overwriting completed enrichments
This commit is contained in:
@@ -124,7 +124,7 @@ async def store_noseyparker_results(
|
||||
cur.execute(
|
||||
"""
|
||||
UPDATE workflows
|
||||
SET enrichments_success = array_append(enrichments_failure, %s)
|
||||
SET enrichments_success = array_append(enrichments_success, %s)
|
||||
WHERE object_id = %s
|
||||
""",
|
||||
("noseyparker", object_id),
|
||||
|
||||
Reference in New Issue
Block a user