mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-11 02:15:30 +00:00
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()`