Releases124
Frequency2 weeks 4 days
Last Release
A collection of utilities that are useful in a git-controlled monorepo managed by one of these tools:

CVE History

CVEAffectedPublishedCVSS v3CVSS v2
< 0.18.48.1 HIGH7.5 HIGH

The package workspace-tools before 0.18.4 are vulnerable to Command Injection via git argument injection. When calling the fetchRemoteBranch(remote: string, remoteBranch: string, cwd: string) function, both the remote and remoteBranch parameters are passed to the git fetch subcommand in a way that additional flags can be set. The additional flags can be used to perform a command injection.