6.11.2
[6.11.2] - 2019-12-09
Fixed:
- Changed
Files.new_data_source()to useyaml.safe_load()instead ofyaml.load()for YAML/JSON test data parsing. This disablespyyamlextended syntax features that could allow arbitrary code execution. (#136)
Files.new_data_source() to use yaml.safe_load() instead of yaml.load() for YAML/JSON test data parsing. This disables pyyaml extended syntax features that could allow arbitrary code execution. (#136)