sonic-buildimage/platform/broadcom/sonic-platform-modules-accton/as7315-27xb
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
..
classes [device/accton] Replace os.system and remove subprocess with shell=True (#11985) 2022-11-07 10:31:32 -05:00
modules [AS7315-27XB] Fix build error and incorrect I2C bus number (#9712) 2022-01-16 12:13:16 +05:30
service [device] Adding platform support for Accton as7315-27xb (#3301) 2019-08-08 01:13:46 -07:00
utils [AS7315-27XB] Fix build error and incorrect I2C bus number (#9712) 2022-01-16 12:13:16 +05:30
setup.py [device] Adding platform support for Accton as7315-27xb (#3301) 2019-08-08 01:13:46 -07:00