Safety vulnerability ID: 36293
The information on this page was manually curated by our Cybersecurity Intelligence Team.
pconf before 1.3.3 is vulnerable to arbitrary code execution related to [CVE-2017-18342](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18342) because of YAML's `load`.
This upgrades to use YAML `safe_load` instead of `load`.
Latest version: 1.11.0
Hierarchical python configuration with files, environment variables, command-line arguments.
Bugfixes:
* use YAML `safe_load` instead of `load` to avoid arbitrary code execution with [CVE-2017-18342](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18342)
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application