Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use a Loader in yaml.load (#745)
A recent change within pyyaml 6.0 has enforce use of a Loader argument to yaml.load [1]. To comply, Bandit will use yaml.load with a Loader always. The plugin to check for unsafe loaders of yaml module still applies. [1] yaml/pyyaml#561 Closes #744 Signed-off-by: Eric Brown <[email protected]>
- Loading branch information