mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2026-03-20 03:39:25 +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()`