Searched refs:unsafe_load (Results 1 – 3 of 3) sorted by relevance
35 value2 = yaml.unsafe_load(output1)
24 uses `yaml.unsafe_load` which can perform arbitrary code execution on the input.
137 def unsafe_load(stream): function