We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8772cd1 + 684d2f6 commit dc290aeCopy full SHA for dc290ae
config_probe/__init__.py
@@ -37,7 +37,7 @@ def fake_probe(content):
37
38
39
_parsers = {
40
- ".yaml": lambda f: yaml.load(f) or {},
+ ".yaml": lambda f: yaml.safe_load(f) or {},
41
".json": lambda f: json.load(f),
42
}
43
0 commit comments