Safe templating of json in bash scripts #853
Labels
area/release-eng
Issues or PRs related to the Release Engineering subproject
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
There are a few places in our scripts where we template JSON directly in bash e.g.,
release/anago
Lines 1131 to 1138 in c32c094
As @hoegaarden mentions, it'd be nicer/less scary to handle this in a safer way via jq, like this:
release/lib/gitlib.sh
Lines 341 to 352 in c32c094
This is another good one for a Release Manager Associate to take up.
/help
cc: @kubernetes/release-engineering
/area release-eng
/priority important-longterm
/kind cleanup
The text was updated successfully, but these errors were encountered: