We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62333c0 commit f2cdd4eCopy full SHA for f2cdd4e
nightfall/detection_rules.py
@@ -213,7 +213,7 @@ def as_dict(self):
213
result["wordList"] = self.word_list.as_dict()
214
result["detectorType"] = "WORD_LIST"
215
if self.uuid:
216
- result["uuid"] = self.uuid
+ result["detectorUUID"] = self.uuid
217
if self.display_name:
218
result["displayName"] = self.display_name
219
if self.context_rules:
0 commit comments