dangerzone/tests/isolation_provider
Alex Pyrgiotis 9410b68c1d
Sanitize progress reports in a provider-agnostic way
Update the common `print_progress()` method in the base
`IsolationProvider` class, with two extra features:

1. Always sanitize the provided text argument.
2. Mark the sanitized text argument as untrusted.

This is default behavior from now on, since this function is commonly
used to parse progress reports from the conversion sandbox.
2023-08-01 14:43:48 +03:00
..
test_base.py Sanitize progress reports in a provider-agnostic way 2023-08-01 14:43:48 +03:00