mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-19 02:56:15 +00:00
The response was built by concatenating the request path into a JSON string. The path is percent-decoded, so it can contain quotes and backslashes, which produced malformed JSON and let a caller inject arbitrary keys into the object.