commitizen / commitizen/cz-cli
tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter
- Lingua principale
- JavaScript
- Stelle
- 17.5k
- Fork
- 566
- Merge medio
- 8h 16m
- PR unite (30g)
- 1
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.