max-mapper / nugget

minimalist wget clone written in node. HTTP GET files and downloads them into the current directory
BSD 3-Clause "New" or "Revised" License
167 stars 30 forks source link

Security Alert from CVE-2021-33623 #31

Open hiwanz opened 2 years ago

hiwanz commented 2 years ago

nugget's dependencies contain pretty-bytes "^1.0.2" which is a legacy package, pretty-bytes's dependencies contain meow "^3.1.0", meow's dependencies contain trim-newlines "^1.0.0" which is vulnerable. the trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method. you'd better upgrade pretty-bytes

Details: https://github.com/advisories/GHSA-7p7h-4mm5-852v