Signed-off-by: maipbui <maibui@microsoft.com> #### Why I did it `getstatusoutput()` function from `subprocess` module has shell injection issue because it includes `shell=True` in the implementation Eliminate duplicate code #### How I did it Reimplement `getstatusoutput_noshell()` and `getstatusoutput_noshell_pipe()` functions with `shell=False` Add `check_output_pipe()` function #### How to verify it Pass UT |
||
---|---|---|
.. | ||
__init__.py | ||
device_info_test.py | ||
interface_test.py | ||
mock_swsscommon.py | ||
test_general.py | ||
test_port_util.py |