3cd9b2e1b5
Signed-off-by: maipbui <maibui@microsoft.com> #### Why I did it `subprocess.Popen()` and `subprocess.run()` is used with `shell=True`, which is very dangerous for shell injection. `os` - not secure against maliciously constructed input and dangerous if used to evaluate dynamic content #### How I did it Replace `os` by `subprocess`, remove `shell=True` Remove unused functions |
||
---|---|---|
.. | ||
arm64-centec_e530_24x2c-r0 | ||
arm64-centec_e530_24x2q-r0 | ||
arm64-centec_e530_48s4x-r0 | ||
arm64-centec_e530_48t4x_p-r0 | ||
x86_64-centec_e582_48x2q4z-r0 | ||
x86_64-centec_e582_48x6q-r0 | ||
x86_64-centec_v682_48x8c-r0 | ||
x86_64-centec_v682_48y8c_d-r0 | ||
x86_64-centec_v682_48y8c-r0 | ||
x86_64-ew_es6220_x48q2h4-r0 |