Skip to content

Commit 2200e5f

Browse files
committed
fix author parsing
1 parent 0104270 commit 2200e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncoder-core/app/translator/platforms/microsoft/parsers/microsoft_sentinel_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def parse_raw_query(self, text: str, language: str) -> RawQueryContainer:
6868
timeframe=self.__parse_timeframe(rule.get("queryFrequency", "")),
6969
severity=rule.get("severity", "medium"),
7070
mitre_attack=mitre_attack,
71-
author=parsed_description.get("author") or rule.get("author"),
71+
author=parsed_description.get("author") or [rule.get("author")],
7272
license_=parsed_description.get("license"),
7373
tags=tags,
7474
references=parsed_description.get("references"),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy