ooni-probe-cli/cmd/ooniprobe
Simone Basso 30e1ed9f40
fix(ooniprobe show): correctly handle % in the JSON (#738)
This diff fixes the way in which we print JSON results inside
`ooniprobe show <ID>` by using the "%s" fmt specifier rather than
using the JSON string itself as the format string.

See https://github.com/ooni/probe/issues/2082

FWIW, `ooniprobe show --batch <ID>` was already WAI.
2022-05-18 16:56:13 +02:00
..
internal fix(ooniprobe show): correctly handle % in the JSON (#738) 2022-05-18 16:56:13 +02:00
testdata cleanup(ooniprobe): remove unused send_crash_report option (#578) 2021-11-05 13:26:08 +01:00
main.go Disable sentry based crash reporting in probe-cli (#228) 2021-02-12 19:49:18 +01:00