diff --git a/src/dl/spawn.rs b/src/dl/spawn.rs index ba2f2f6..dd0a5bd 100644 --- a/src/dl/spawn.rs +++ b/src/dl/spawn.rs @@ -34,6 +34,8 @@ impl fmt::Display for SpawnError { } } +/* !!! The argument list could be exploited in a way to inject malicious arguments !!! + !!! and alter the way program executes and/or gain access to system !!! */ pub async fn spawn(program: &str, args: I) -> Result where I: IntoIterator,