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
I have updated the Loader to FullLoader in the fix/max-col-width. Are you using Python 2.7 or 3.x?
The new version will deprecate python 2.7 and will only work with python 3.x
kamadorueda
changed the title
[Security] Use yaml.FullLoader instead of yaml.Loader (same as yaml.UnsafeLoader)
[Security] Use yaml.SafeLoader instead of yaml.Loader/yaml.FullLoader (same as yaml.UnsafeLoader)
Sep 13, 2020
here: https://github.com/awslabs/aws-cfn-template-flip/blob/master/cfn_tools/yaml_loader.py#L20
as explained here:
https://pyyaml.org/wiki/PyYAMLDocumentation#LoadingYAML
an in the source-code comment:
is insecure, we should use SafeLoader instead
The text was updated successfully, but these errors were encountered: