mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-26 05:06:34 +08:00
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)