sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/n3248pxe/sonic_platform
Mai Bui 06e1a0bc14
[device/dell] Mitigation for security vulnerability (#11875)
Dependency: [PR (#12065)](https://github.com/sonic-net/sonic-buildimage/pull/12065) needs to merge first.

#### Why I did it
`commands` module is not protected against malicious input
`getstatusoutput` is detected without a static string, uses `shell=True`
#### How I did it
Eliminate the use of `commands`
Use `subprocess.run()`, commands in `subprorcess.run()` are totally static
Fix indentation
#### How to verify it
Tested on DUT
[dell_log.txt](https://github.com/sonic-net/sonic-buildimage/files/9561332/dell_log.txt)
2023-01-05 16:22:09 -08:00
..
__init__.py
chassis.py
component.py [device/dell] Mitigation for security vulnerability (#11875) 2023-01-05 16:22:09 -08:00
eeprom.py
fan_drawer.py
fan.py
platform.py
psu.py [device/dell] Mitigation for security vulnerability (#11875) 2023-01-05 16:22:09 -08:00
sfp.py DellEMC SFP Refactor (#9142) 2021-11-17 21:40:46 +05:30
thermal.py
watchdog.py DellEMC: N3248TE/N3248PXE Watchdog Support (#9398) 2022-04-01 07:33:08 -07:00