Skip to content

cli: CVE with transitive dependency tmp #3924

@blimmer

Description

@blimmer

Description

cdktf-cli transitively depends on tmp via inqurier:

> npm ls tmp
[email protected] /private/tmp/test-cdkcli
└─┬ [email protected]
  └─┬ @inquirer/[email protected]
    └─┬ @inquirer/[email protected]
      └─┬ [email protected]
        └── [email protected]

tmp versions <= 0.2.3 trigger a warning in dependabot: GHSA-52f5-9888-hmc6

This has been fixed upstream in inquirer: SBoudrias/Inquirer.js#1802

However, the current version of inquirer is pinned back at 2.x:

"@inquirer/prompts": "2.3.1",

References

Help Wanted

  • I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnewUn-triaged issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions