Execution of untrusted code through config file
### Impact
It is possible to run arbitrary commands through the yaml.load() method. This could allow an attacker with local access to the host to run arbitrary code by running the application with a specially crafted YAML configuration file.
### Workarounds
Manually adjust yaml.load() to yaml.safe_load()
### For more information
If you have any questions or comments about this advisory:
* Open an issue in tenable/integration-jira-cloud
https://github.com/tenable/integration-jira-cloud/issues
* Email us at [vulnreport@tenable.com](mailto:vulnreport@tenable.com)