This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/src/sonic-py-common/tests
Mai Bui 283efeeacc
[sonic-py-common] Add getstatusoutput_noshell() functions to general module (#12065)
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
2022-09-22 09:40:42 -04:00
..
__init__.py [sonic-py-common] Add unit test framework (#5238) 2020-08-24 10:35:22 -07:00
device_info_test.py [sonic_py_common] Cache Static Information in device_info to speed up CLI response (#11696) 2022-08-24 11:53:11 +03:00
interface_test.py Routed subinterface enhancements (#8761) 2021-11-29 09:13:16 -08:00
mock_swsscommon.py Change pycommon to use swsscommon (#10099) 2022-06-03 14:30:09 +08:00
test_general.py [sonic-py-common] Add getstatusoutput_noshell() functions to general module (#12065) 2022-09-22 09:40:42 -04:00
test_port_util.py Porting util.py and port_util.py from py-swsssdk to sonic-py-common (#11347) 2022-07-07 09:43:48 +08:00