You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Dangerzone CLI on a Linux environment that does not have Podman properly configured, throws an error during document conversion. A side effect of this error is that it produces an empty*-safe.pdf document.
Steps to Reproduce
OS: Ubuntu 22.04
Release: 0.3.2
Ensure you have access to the Dangerzone CLI (run dangerzone-cli --help).
Make sure that podman images ls fails. You can temporarily move the /usr/bin/podman binary to somewhere else, for instance.
Have an example PDF document ready.
Run dangerzone-cli test.pdf within that container, where test.pdf is your example PDF.
List the contents of your directory. You should see a test-safe.pdf there.
Expected Behavior
Fail the execution without creating a safe document.
The text was updated successfully, but these errors were encountered:
Avoid using mutable state at the class level. Replace with
UUIDs and print a short version when referecing the document in stdout.
Fixesfreedomofpress#214
deeplow
added a commit
to deeplow/dangerzone
that referenced
this issue
Nov 10, 2022
Avoid using mutable state at the class level. Replace with
UUIDs and print a short version when referecing the document in stdout.
Fixesfreedomofpress#214
Description
Running Dangerzone CLI on a Linux environment that does not have Podman properly configured, throws an error during document conversion. A side effect of this error is that it produces an empty
*-safe.pdf
document.Steps to Reproduce
OS: Ubuntu 22.04
Release: 0.3.2
dangerzone-cli --help
).podman images ls
fails. You can temporarily move the/usr/bin/podman
binary to somewhere else, for instance.dangerzone-cli test.pdf
within that container, wheretest.pdf
is your example PDF.test-safe.pdf
there.Expected Behavior
Fail the execution without creating a safe document.
The text was updated successfully, but these errors were encountered: