npm audit reports a bad vulnerability in tar < 4.2.2. It has been reported since April 5th.
Etherpad-lite isn't using tar directly though. The dependency chain is npm > npm-lifecycle > node-gyp > tar.
So we need to wait for the chain to publish new versions with the dependencies fixed:
(This issue is just for tracking the progress of updates in the dependencies chain.)
npm auditreports a bad vulnerability intar< 4.2.2. It has been reported since April 5th.Etherpad-lite isn't using tar directly though. The dependency chain is
npm > npm-lifecycle > node-gyp > tar.So we need to wait for the chain to publish new versions with the dependencies fixed:
(This issue is just for tracking the progress of updates in the dependencies chain.)