tensorflow / tfjs

A WebGL accelerated JavaScript library for training and deploying ML models.
https://js.tensorflow.org
Apache License 2.0
18.38k stars 1.92k forks source link

Update tar package version for tfjs-node & tfjs-node-gpu #8280

Closed gaikwadrahul8 closed 4 months ago

gaikwadrahul8 commented 4 months ago

Hi, Team

We've identified that the @tensorflow/tfjs-node package currently specifies a dependency on "tar": "^4.4.6". To address a known security vulnerability detailed in this GitHub security advisory: GHSA-f5x3-32g6-xq36, I've updated the tar dependency to a version "tar": "^6.2.1" to take care of this issue and I believe we'll have to release a patched version to npm. Thank you.