CLI v1.18.218 uses version(s) of PyYAML that has a known vulnerability #5893
Labels
closed-for-staleness
dependencies
This issue is a problem in a dependency.
feature-request
A feature should be added or improved.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
A clear and concise description of what the bug is.
AWS cli requires PyYAML<5.4,>=3.10 but these versions have a known vulnerability. https://snyk.io/vuln/pip:pyyaml
SDK version number
latest
Platform/OS/Hardware/Device
What are you running the cli on?
macOS
To Reproduce (observed behavior)
Steps to reproduce the behavior
Expected behavior
A clear and concise description of what you expected to happen.
Use a version of PyYAML that is vulnerability free
Logs/output
awscli 1.18.218 has requirement PyYAML<5.4,>=3.10; python_version != "3.4", but you'll have pyyaml 5.4 which is incompatible.
Get full traceback and error logs by adding
--debugto the command.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: