Security
- Fix JSON injection vulnerability in
shell/demo
. This was clearly warned about, and intentional based on the goal of keeping the script simple. But that wasn't a good decision, because the purpose of the script, unlike the shorter scriptshell/demo-short
, is to show the use of user-supplied input.
Changed
- Dependency updates.
- CI improvements.