Skip to content

Commit d0b18d9

Browse files
author
Dan Hertz
authored
Merge pull request #33 from nightfallai/correct_uuid_field
correct uuid key
2 parents cd28811 + f2cdd4e commit d0b18d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nightfall/detection_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def as_dict(self):
213213
result["wordList"] = self.word_list.as_dict()
214214
result["detectorType"] = "WORD_LIST"
215215
if self.uuid:
216-
result["uuid"] = self.uuid
216+
result["detectorUUID"] = self.uuid
217217
if self.display_name:
218218
result["displayName"] = self.display_name
219219
if self.context_rules:

0 commit comments

Comments
 (0)