fix: strip whitespace and handle null values in instance configuration (#8744)
When patching instance configuration values, the raw values from request.data were used directly without sanitization. This adds: - Whitespace stripping via str().strip() to prevent leading/trailing spaces from being stored - Explicit None handling so that null values become empty strings instead of the literal string "None"
O
okxint committed
77c4b9c77462d15d5a105a55ae1ad438bfb0e5c0
Parent: 8a2579c
Committed by GitHub <noreply@github.com>
on 4/8/2026, 10:36:52 AM