dangerzone/dangerzone
deeplow 0b738ba490
Do not create outfile files when checking if writeable
Checking if files were writeable created files in the process. In the
case where someone adds a list of N files to dangerzone but exits before
converting, they would be left with N 0-byte files for the -safe
version. Now they don't.

Fixes #214
2022-11-14 09:04:54 +00:00
..
gui Deduplicate container output parsing (stdout_callback) 2022-11-14 08:54:02 +00:00
__init__.py Remove separate dangerzone-container entry point, make CLI work with it, and refactor container code to be more DRY 2021-08-04 16:21:00 -07:00
args.py Security: cli wildcard injection mitigation 2022-11-14 08:53:38 +00:00
cli.py Deduplicate container output parsing (stdout_callback) 2022-11-14 08:54:02 +00:00
container.py Update document state exclusively in convert() 2022-11-14 09:03:50 +00:00
document.py Do not create outfile files when checking if writeable 2022-11-14 09:04:54 +00:00
errors.py Do not create outfile files when checking if writeable 2022-11-14 09:04:54 +00:00
logic.py Update document state exclusively in convert() 2022-11-14 09:03:50 +00:00
settings.py Rename global_common.GlobalCommon class to logic.Dangerzone 2022-10-27 13:44:13 +01:00
util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00