deeplow

Results 72 issues of deeplow

Dangerzone conversions [no longer have arbitrary timeout limits](https://github.com/freedomofpress/dangerzone/issues/687), but there should be some way for a user to skip converting a document or maybe even a prompt like: > Document...

ux
timeout

As can be seen in the comparison bellow fonts, widgets sizes, spacing differs across operating systems. Is there a way to reduce these differences such that we don't end up...

The temporary (`/tmp`) space limitations of Qubes revealed some bottlenecks in the current architecture of Dangerzone, which is manifest themselves in large files (150+ pages). The containers version isn't as...

The OCR engine does increase the attack surface of Dangerzone, this has been a longstanding hypothesis I've had. We just don't know how much. And recently in the Dangerzone security...

ux
security

The security auditors found the application to be lacking in terms for user feedback and suggested having time estimates.

ux

Shells typically store the executed commands history. In the case of Dangerzone, this includes the filenames. Even though this is standard operating procedure for any program, we could consider if...

anti-forensics

This is the opposite of https://github.com/freedomofpress/dangerzone/issues/46. The idea would be to let users add password-protection to the sanitized file. This was raised by the security auditors as a potential enhancement.

enhancement
security

Many file are in fact zip files with a particular structure which is then interpreted by the file viewer. This fact makes these filetypes particularly difficult to identify mime type...

enhancement

Parallel conversion is currently implemented [for the CLI](https://github.com/freedomofpress/dangerzone/blob/aba699/dangerzone/logic.py#L64) and [the graphical](https://github.com/freedomofpress/dangerzone/blob/aba699a2388f83e13723b55a1dbe18fb385842ef/dangerzone/gui/main_window.py#L592) versions of Dangerzone. However, it increased increased the likelihood of timeout. We should figure out a better strategy to...

I wanted to test dangerzone on ubuntu 20.04 but unfortunately I failed to run podman under podman with the following error: ```python Error: 'overlay' is not supported over overlayfs, a...