Dmitrii Kovtunov

Results 9 comments of Dmitrii Kovtunov

Can we please re-open the issue? The error `Cannot print an object as "text"` is not relevant to the original issue but because of the flag `--format text` for the...

I've found a workaround. Instead of imporing CF output variable using `ImportValue` we can use serverless `${cf:.}` format. For example: ``` apiGateway: restApiId: ${cf:DemoApiGW.restApiId} restApiRootResourceId: ${cf:DemoApiGW.rootResourceId} ```

I've stumbled over this issue as well. Also, it could be awesome to do the gpg keys sharing in such a way so it works not only in VSCode dev...

This change will also resolve https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 due to the transitive dependency [email protected][email protected][email protected][email protected][email protected][email protected]. Can we please bump this PR for review?

+1 Can we please prioritise this? We'd like this to be solved in the Datadog agent rather than applying the workaround mentioned above. Thank you!

This `docker-compose.yml` helps to test the issue locally. Working version: ``` services: datadog: image: public.ecr.aws/datadog/agent:7 environment: - DD_API_KEY= - DD_LOGS_ENABLED=true - DD_LOG_LEVEL=DEBUG volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /proc/:/host/proc/:ro - /sys/fs/cgroup:/host/sys/fs/cgroup:ro -...

Can someone please merge this PR? Thanks!

Some refs: https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727 https://learn.snyk.io/lesson/redos

Can we please merge this one to resolve Snyk issue: https://security.snyk.io/vuln/SNYK-JS-ASYNC-2441827 ?