You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#561Closes#744
Signed-off-by: Eric Brown <[email protected]>
0 commit comments