-
-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Labels
Description
I noticed that watchmedo uses the yaml.load method, PyYAML can execute arbitrary commands via the shebang syntax and is recommended by many projects to be swapped for yaml.safe_load e.g. OpenStack. https://security.openstack.org/guidelines/dg_avoid-dangerous-input-parsing-libraries.html
Happy to raise a PR against this change if necessary.
BoboTiG