Replace dynamic code execution in lava_server/lavatable.py
`exec` was used to create query parameters for the tables searches. `exec` is extremely dangerous and can lead to remote code execution. It is also very slow. The new implementation is equivalent in function but uses dictionaries and unpacking to create arguments.
This commit is part of merge request !1834. Comments created here will be created in the context of that merge request.
Please register or sign in to comment