dangerzone/tests/isolation_provider
deeplow 72536a05ac
container: Improve parsing of progress reports
Improve the `parse_progress()` method of the container isolation
provider in the following ways:

1. Make sure that the fields of the progress report have the expected
   type.
2. In case of a JSON parsing error, sanitize the invalid string so that
   it doesn't contain escape sequences, or the user considers it as
   trusted.
2023-08-01 14:43:49 +03:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
test_base.py Sanitize progress reports in a provider-agnostic way 2023-08-01 14:43:48 +03:00
test_container.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00