Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: escape use input in debug route (#1299)
## Which problem is this PR solving? - The debug endpoint doesn't sanitize the user input before using it in the response. ## Short description of the changes - use `html.EscapeString` to escape the user's input string for use in refinery and the response.
- Loading branch information