Mathias Panzenböck 9bcccadebd
Remove use of eval() from search.py (#4887)
Use `json.loads()` instead.

### What problem does this PR solve?

Using `eval()` can lead to code injections. I think this loads a JSON
field, right? If yes, why is this done via `eval()` and not
`json.loads()`?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-02-12 13:15:38 +08:00
..
2025-02-08 10:36:26 +08:00
2025-02-06 10:11:52 +08:00
2024-05-31 09:53:04 +08:00