-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Security 2019-11-04, Security 2019-11-18
-
50
In resmoke's make_process method, it tries to extract defined environment variables from the process_kwargs argument provided by kwargs. It then extracts env_vars from the process_kwargs. Unfortunately, process_kwargs was already expanded with ** before make_process was invoked. This means env_vars should be directly extracted from make_process' kwargs.