Skip to content

Commit f2cdd4e

Browse files
author
Dan Hertz
committed
correct uuid key
1 parent 62333c0 commit f2cdd4e

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)