Loco-CTO / Rystal-V6-Experiments

Audit required: External control of file name or path PTC-W6004
Security
Minor
9 days ago9 days old
External variable 'perm_config' used in file path
35    Returns:
36        dict: Parsed YAML data as a dictionary.
37    """
38    with open(perm_config, "r", encoding="utf8") as file:39        return yaml.safe_load(file)
40
41