[FR] Add Integration Schema Query Validation (#2470)

This commit is contained in:
Mika Ayenson
2023-02-02 16:22:44 -05:00
committed by GitHub
parent cd2307ba7d
commit 1784429aa7
54 changed files with 559 additions and 166 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ def load_etc_dump(*path):
def save_etc_dump(contents, *path, **kwargs):
"""Load a json/yml/toml file from the detection_rules/etc/ folder."""
"""Save a json/yml/toml file from the detection_rules/etc/ folder."""
path = get_etc_path(*path)
_, ext = os.path.splitext(path)
sort_keys = kwargs.pop('sort_keys', True)