sonic-buildimage/device/accton/x86_64-accton_as7312_54x-r0/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 [as7312-54x] Support platform API2.0 (#6272) 2021-02-09 10:02:09 -08:00
chassis.py [device/accton] Replace os.system and remove subprocess with shell=True (#11985) 2022-11-07 10:31:32 -05:00
component.py [device/accton] Replace os.system and remove subprocess with shell=True (#11985) 2022-11-07 10:31:32 -05:00
eeprom.py [as7312-54x] Support platform API2.0 (#6272) 2021-02-09 10:02:09 -08:00
fan.py [as7312-54x] Support platform API2.0 (#6272) 2021-02-09 10:02:09 -08:00
helper.py [device/accton] Replace os.system and remove subprocess with shell=True (#11985) 2022-11-07 10:31:32 -05:00
platform.py [as7312-54x] Support platform API2.0 (#6272) 2021-02-09 10:02:09 -08:00
psu.py [as7312-54x] Support platform API2.0 (#6272) 2021-02-09 10:02:09 -08:00
sfp.py [device/accton] Replace os.system and remove subprocess with shell=True (#11985) 2022-11-07 10:31:32 -05:00
thermal.py [as7312-54x] Support platform API2.0 (#6272) 2021-02-09 10:02:09 -08:00