This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/device/common/pddf/plugins
Mai Bui f1826586b0
Replace eval (#12103)
Signed-off-by: maipbui <maibui@microsoft.com>
#### Why I did it
`eval()` - not secure against maliciously constructed input, can be dangerous if used to evaluate dynamic content. This may be a code injection vulnerability.
#### How I did it
`eval()` - use `literal_eval()`
2022-10-11 10:17:09 -04:00
..
eeprom.py
fanutil.py Replace eval (#12103) 2022-10-11 10:17:09 -04:00
ledutil.py
psuutil.py
sfputil.py
sysstatutil.py
thermalutil.py