diff --git a/uncoder-core/app/translator/platforms/microsoft/parsers/microsoft_sentinel_rule.py b/uncoder-core/app/translator/platforms/microsoft/parsers/microsoft_sentinel_rule.py index 62f262de..f168798e 100644 --- a/uncoder-core/app/translator/platforms/microsoft/parsers/microsoft_sentinel_rule.py +++ b/uncoder-core/app/translator/platforms/microsoft/parsers/microsoft_sentinel_rule.py @@ -68,7 +68,7 @@ def parse_raw_query(self, text: str, language: str) -> RawQueryContainer: timeframe=self.__parse_timeframe(rule.get("queryFrequency", "")), severity=rule.get("severity", "medium"), mitre_attack=mitre_attack, - author=parsed_description.get("author") or rule.get("author"), + author=parsed_description.get("author") or [rule.get("author")], license_=parsed_description.get("license"), tags=tags, references=parsed_description.get("references"),
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: