commitizen / commitizen/cz-cli
tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter
- 主要語言
- JavaScript
- 星號
- 17.5k
- 分支
- 566
- 平均合併
- 8 小時 16 分鐘
- 30 天內合併 PR
- 1
描述
I found this old-ish issue which I suspect should be closed: https://github.com/commitizen/cz-cli/issues/883
But even the latest version of commitizen contains the following issue:
```sh
# npm audit report
tmp <=0.2.3
tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter - https://github.com/advisories/GHSA-52f5-9888-hmc6
```
Caused by:
```sh
├─┬ commitizen@4.3.1
│ └─┬ inquirer@8.2.5
│ └─┬ external-editor@3.1.0
│ └── tmp@0.0.33
```
This issue is still not fixed as of now, even in the latest `inquirer` version. But once this issue is resolved, the `inquire` package should be updated: https://github.com/SBoudrias/Inquirer.js/issues/1802
貢獻指南
評估
這個 Issue 還沒有評估資料。