NPM-AUDIT find to high vulnerabilities. What am I supposed to do?

前端 未结 7 2103
清歌不尽
清歌不尽 2021-02-19 11:16

npm audit run on my project and got me this

High Command Injection
Dependency of @angular-devkit/build-angular [dev]

7条回答
  •  耶瑟儿~
    2021-02-19 11:31

    Check the GitHub repo to see if a fix is being worked on. I found this issue: https://github.com/angular/angular-cli/issues/16629 and a pull request (https://github.com/angular/angular-cli/pull/15894) which removes the dependency.

提交回复
热议问题