fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.96k stars 881 forks source link

fluent-ffmpeg using vulnerable version of async #1308

Open HarryWickham opened 1 day ago

HarryWickham commented 1 day ago

Version information

Expected results

After running a docker scout CVE report on a nodejs container that had fluent-ffmpeg installed, a high severity vulnerability was identified on the Async package. The defined version of Async in fluent-ffmpeg's package.json is ^0.2.9 where the vulnerability is fixed many versions later: 2.6.4, 3.2.2. Are there any plans to update Async to a newer version?