ggit is vulnerable to Command Injection via the fetchTags(branch) API
Discription
All versions of the package ggit are vulnerable to Command Injection via the fetchTags(branch) API, which allows user input to specify the branch to be fetched and then concatenates this string along with a git command which is then passed to the unsafe exec() Node.js child process…Read More
References
Back to Main