Browse Source
In a couple of places we accept arrays of strings and don't validate them. If we forward them, e.g., call a JSON-RPC method from the plugin, we end up embedding the unverified string in the JSON-RPC call without escaping, which then leads to invalid JSON being passed on. This at least partially causes #4238fix-mocks
Christian Decker
4 years ago
committed by
Rusty Russell
6 changed files with 78 additions and 0 deletions
Loading…
Reference in new issue