sonic-buildimage/device/accton/x86_64-accton_as4630_54te-r0
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
..
Accton-AS4630-54TE [yang] update yang model, add autoneg to sonic-port (#5963) 2021-03-30 08:27:58 -07:00
plugins [Platform] Accton add to support as4630-54te platform. (#6683) 2021-02-25 10:47:38 -08:00
sonic_platform [device/accton] Replace os.system and remove subprocess with shell=True (#11985) 2022-11-07 10:31:32 -05:00
default_sku [Platform] Accton add to support as4630-54te platform. (#6683) 2021-02-25 10:47:38 -08:00
installer.conf [Platform] Accton add to support as4630-54te platform. (#6683) 2021-02-25 10:47:38 -08:00
platform_asic Add platform_asic file to each platform folder in sonic-device-data based package (#8542) 2021-10-08 19:27:48 -07:00
pmon_daemon_control.json [Accton] AS4630-54TE Support SystemHealthMonitor (#8183) 2021-07-24 16:27:34 -07:00
sensors.conf [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
system_health_monitoring_config.json [Accton] AS4630-54TE Support SystemHealthMonitor (#8183) 2021-07-24 16:27:34 -07:00