sonic-buildimage/platform/broadcom/sonic-platform-modules-accton/as4630-54pe/sonic_platform
Mai Bui 5b0c4ec1e6
[device/accton] Replace os.system and remove subprocess with shell=True (#11985)
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 unused functions
2022-11-07 10:31:32 -05:00
..
__init__.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
chassis.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
component.py [device/accton] Replace os.system and remove subprocess with shell=True (#11985) 2022-11-07 10:31:32 -05:00
eeprom.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
event.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
fan_drawer.py [Accton/PDDF] Support show cmd for psu-temp and fan (#10215) 2022-03-29 13:36:58 -07:00
fan.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
platform.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
psu.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
sfp.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30
thermal.py [Accton/PDDF] Support show cmd for psu-temp and fan (#10215) 2022-03-29 13:36:58 -07:00
watchdog.py [AS4630-54PE] Add to support PDDF (#8014) 2022-02-10 22:09:05 +05:30