2021-10-21 21:35:08 +00:00
|
|
|
disallowed-methods = [
|
2022-01-20 08:32:09 +00:00
|
|
|
# std::process::Command::new may inadvertly run executables from the current working directory
|
|
|
|
"std::process::Command::new",
|
|
|
|
# Setting environment variables can cause issues with non-rust code
|
|
|
|
"std::env::set_var",
|
2021-10-21 21:35:08 +00:00
|
|
|
]
|