mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
3 lines
147 B
TOML
3 lines
147 B
TOML
|
# std::process::Command::new may inadvertly run executables from the current working directory
|
||
|
disallowed-methods = ["std::process::Command::new"]
|