IATI / ckanext-iati

CKAN extension for the IATI Registry
http://iatiregistry.org
9 stars 6 forks source link

API response isn't valid JSON due to unescaped control characters in user-supplied fields. #445

Closed robredpath closed 2 months ago

robredpath commented 4 months ago

I was trying to review the user list from https://iatiregistry.org/api/action/user_list (authenticated) but the tools that I would normally use to manipulate large JSON documents didn't work because the response contains unescaped control characters.

Would it be possible to format the output so that such characters are correctly escaped?

robredpath commented 2 months ago

I have deleted a few spam users and this is now resolved, for now.