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
Fortunately, we don't have any network-facing code which uses this — according to pipenv graph it's a dependency for the CloudFormation template linter and pre-commit, so we can wait until the upstream release happens.
The text was updated successfully, but these errors were encountered:
GitHub's vulnerability scanner has tripped an alert for having pyyaml < 4.2 installed. Unfortunately, no 4.x release has been made yet:
https://pypi.org/project/PyYAML/
(see yaml/pyyaml#243 for the upstream issue)
Fortunately, we don't have any network-facing code which uses this — according to
pipenv graph
it's a dependency for the CloudFormation template linter and pre-commit, so we can wait until the upstream release happens.The text was updated successfully, but these errors were encountered: