2021-10-21 23:35:08 +02:00
|
|
|
disallowed-methods = [
|
|
|
|
# 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"
|
|
|
|
]
|