Skip to content

Commit a5b935f

Browse files
committed
tags will be translated into empty list instead of null
1 parent 441545e commit a5b935f

File tree

1 file changed

+1
-1
lines changed
  • siem-converter/app/converter/platforms/roota/parsers

1 file changed

+1
-1
lines changed

siem-converter/app/converter/platforms/roota/parsers/roota.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __update_meta_info(meta_info: MetaInfoContainer, rule: dict) -> MetaInfoCont
3636
meta_info.id = rule.get("uuid", meta_info.id)
3737
meta_info.references = rule.get("references")
3838
meta_info.license = rule.get("license", meta_info.license)
39-
meta_info.tags = rule.get("tags")
39+
meta_info.tags = rule.get("tags", meta_info.tags)
4040
meta_info.mitre_attack = mitre_attack
4141
meta_info.date = rule.get("date", meta_info.date)
4242
meta_info.author = rule.get("author", meta_info.author)

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