Evloev Saifuddin Magomedovich
Evloev Saifuddin Magomedovich
I have checked the Codacy Static Code Analysis reports. It has conflict with using hard coded password and Popen function from the subprocess library. But I wanted to emulate the...
> > I have checked the Codacy Static Code Analysis reports. It have conflict with using hard coded password and the Popen function from the subprocess library. But I wanted...
@hthiery Hi!) Is there any update on this PR?
Ok. I will look into it)
Hi! I have tried to find another way to replicate the same behavior, but I couldn’t. I see that the issue is related to the risk of shell injection. We...
The main problem is the password—it may include special symbols. If we change the above function _run_ipmitool by setting shell to False and using a list of strings instead of...