sonic-buildimage/device/ragile/x86_64-ragile_ra-b6510-32c-r0
Mai Bui 6759ad27b5 [device/ragile] Mitigation for security vulnerability (#11744)
Signed-off-by: maipbui <maibui@microsoft.com>
#### Why I did it
The [xml.etree.ElementTree](https://docs.python.org/3/library/xml.etree.elementtree.html#module-xml.etree.ElementTree) module is not secure against maliciously constructed data.
`os` - not secure against maliciously constructed input and dangerous if used to evaluate dynamic content
`subprocess.getstatusoutput` is dangerous because include shell=True in the implementation
#### How I did it
Remove xml. Use [lxml](https://pypi.org/project/lxml/) XML parsers package that prevent potentially malicious operation.
Replace `os` by `subprocess`
Use command as an array instead of string
Use `getstatusoutput_noshell` in `sonic_py_common` lib
2022-12-10 10:33:21 +08:00
..
cancun [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
pddf [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
plugins [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
RA-B6510-32C [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
bcm_pre.rc [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
bcm.rc [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
custom_led.bin [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
default_sku [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
dev.xml [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
fantlv.py [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
fru.py [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
installer.conf [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
led_proc_init.soc [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
linkscan_led.bin [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
minigraph.xml [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
monitor.py [device/ragile] Mitigation for security vulnerability (#11744) 2022-12-10 10:33:21 +08:00
pddf_support [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
platform_asic [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
pmon_daemon_control.json [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
sensors.conf [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00
systest.py [ragile] support 32c and 4s platform (#8824) 2021-11-17 23:49:06 -08:00