ooni-probe-cli/cmd/ooniprobe
Simone Basso 5c47a87af7
feat(ooniprobe): discard lists not in selected categories (#278)
* feat(ooniprobe): discard lists not in selected categories

One day we may make an integration mistake and for any reason
we may end up with URLs that do not belong to the categories
originally selected by the user. If that happens, it's nice to
have a safety net where we remove URLs that do not belong to
the right category before proceeding with testing.

This diff was conceived while discussing the robustness of
https://github.com/ooni/probe/issues/1299 with @hellais.

* fix behavior and add unit test

* more robust
2021-03-31 14:30:30 +02:00
..
internal feat(ooniprobe): discard lists not in selected categories (#278) 2021-03-31 14:30:30 +02:00
testdata feat(ooniprobe): introduce websites_max_runtime (#273) 2021-03-30 11:16:12 +02:00
main.go Disable sentry based crash reporting in probe-cli (#228) 2021-02-12 19:49:18 +01:00