dangerzone/tests/isolation_provider
deeplow 550786adfe
Remove untrusted progress parsing (stderr instead)
Now that only the second container can send JSON-encoded progress
information, we can the untrusted JSON parsing. The parse_progress was
also renamed to `parse_progress_trusted` to ensure future developers
don't mistake this as a safe method.

The old methods for sending untrusted JSON were repurposed to send the
progress instead to stderr for troubleshooting in development mode.

Fixes #456
2024-02-06 19:42:40 +00:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py Remove untrusted progress parsing (stderr instead) 2024-02-06 19:42:40 +00:00
test_container.py Remove untrusted progress parsing (stderr instead) 2024-02-06 19:42:40 +00:00
test_qubes.py Stream pages in containers: merge isolation providers 2024-02-06 19:42:33 +00:00