sonic-buildimage/device/marvell/x86_64-marvell_db98cx8580_16cd-r0/plugins
Mai Bui 0bd3be32e6
[device/marvell] Mitigation for security vulnerability (#11876)
#### Why I did it
`os` and `commands` modules are not secure against maliciously constructed input
`getstatusoutput` is detected without a static string, uses `shell=True`
#### How I did it
Eliminate the use of `os` and `commands`
Use `subprocess` instead
2022-11-30 00:06:28 -08:00
..
eeprom.py
sfputil.py