Skip to content

Update esbuild to address GHSA-67mh-4wv8-2f99 #7070

Open
@G-Rath

Description

@G-Rath

It looks like as of v19 netlify-cli pulls in v0.19.11 and v0.21.2 of esbuild which are both vulnerable to GHSA-67mh-4wv8-2f99 - while I would be surprised if this is exploitable, but it would still be good to have addressed for security compliance.

npm ls esbuild
└─┬ [email protected]
  ├─┬ @netlify/[email protected]
  │ ├─┬ @netlify/[email protected]
  │ │ └─┬ @netlify/[email protected]
  │ │   └── [email protected] deduped
  │ └─┬ @netlify/[email protected]
  │   └── [email protected] deduped
  ├─┬ @netlify/[email protected]
  │ └── [email protected]
  └─┬ @netlify/[email protected]
    └── [email protected]

Note also it would be good to have all netlify packages using the same version especially since esbuild is a binary-based package, so having multiple versions of it in the tree is annoying.

Metadata

Metadata

Assignees

Labels

type: securitycode to address security issues

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions