serokell / deploy-rs

A simple multi-profile Nix-flake deploy tool.
Other
1.41k stars 101 forks source link

Vulnerability in dependency whoami #305

Open AshrafIbrahim03 opened 1 week ago

AshrafIbrahim03 commented 1 week ago

It seems that the version of whoami being used has a vulnerability in the whoami::username function. I looked and deploy-rs is using whoami::username in the lib::defs function. This vulnerability is detailed here from RustSec, and an issue from the whoami repo.