Closed ppvg closed 3 months ago
It looks like it's resolved in https://github.com/indutny/elliptic/releases/tag/v6.5.7.
It looks like it's resolved in https://github.com/indutny/elliptic/releases/tag/v6.5.7.
Yup, now two more things need to happen before we can remove the auditConfig
:
pnpm audit
, see below) are updated, or
b. we add an pnpm.overrides
to force the use of elliptic 6.5.7.pnpm audit
Since these are dev-only dependencies, isolated to the example app, I think we can wait. :)
Currently the
package.json
includes anauditConfig
(added in #614) to ignore the CVEs https://github.com/advisories/GHSA-49q7-c7j4-3p7m, https://github.com/advisories/GHSA-977x-g7h5-7qgw and https://github.com/advisories/GHSA-f7q4-pwc6-w24p. These are all for theelliptic
package, which is a dev-only dependency of one of our example app (which doesn't run in CI and is not a dependency for the published npm packages).The
auditConfig
can be removed as soon as these CVEs are resolved or thelaravel-mix
example app is removed.