Security fixes: use tojson filter, fix Tuple import, remove raw value exposure

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-07 22:38:58 +00:00
parent 54e93dcdf2
commit 4b4c208035
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -57,7 +57,6 @@ async def settings_page(request: Request, db: Session = Depends(get_db)):
settings_data[category].append({
"key": key,
"value": value if value is not None else "",
"display_value": display_value if display_value is not None else "",
"metadata": metadata
})