Investigate vulnerability: Use of unsafe yaml load. Allows instantiation of arbitrary objects. Consider yaml.safe_load().
Description:
Use of unsafe yaml load. Allows instantiation of arbitrary objects. Consider yaml.safe_load().
- Severity: Medium
- Confidence: High
- Location: scheduler/config.py:53