lvsant
lvsant
Thanks! That really did the trick for me! Actually I'm using `mapbox-gl-directions` along with `react-mapbox-gl` and encountered the same issue. Your snippet fixes it.
I'd like to contribute with what's being working for us. We use AWS SSO and AWS Control Tower. ```yml presets: sso: filters: IAMSAMLProvider: - type: "regex" value: "AWSSSO_.*_DO_NOT_DELETE" IAMRole: -...
I'm facing the same issue. Can we have an input from @svenwltr ?
We were able to run `aws-nuke` on Lambda based on Lambda Python 3.9 runtime. ```Dockerfile FROM public.ecr.aws/lambda/python:3.9 COPY orchestrateNuke.py ${LAMBDA_TASK_ROOT} RUN yum install -y tar xz gzip ADD https://github.com/rebuy-de/aws-nuke/releases/download/v2.19.0/aws-nuke-v2.19.0-linux-amd64.tar.gz ${LAMBDA_TASK_ROOT}...
Also facing this issue.
I'm using `pipenv`. To fix this, I just did `pipenv --rm` and reinstalled everything again, including `typer-cli` and it worked.
Facing the same problem
@dherault We reserved the CVE-2021-38384 with Mitre to this vulnerability, but we also would like to submit it via Github, and also make a pull request to help solve this...