autocanary
autocanary copied to clipboard
Makes generating machine-readable, digitally signed warrant canary statements simpler
On line 41 of `install/autocanary.nsi`, the installer references an HTTP address: `http://timestamp.globalsign.com/scripts/timstamp.dll`. Beyond the security risk an insecure request constitutes, the page itself redirects to `https://www.globalsign.com/en/timestamp-service/`, which does _not_ seem...
``` $ autocanary Traceback (most recent call last): File "/usr/bin/autocanary", line 2, in import autocanary File "/usr/lib/python3/dist-packages/autocanary/__init__.py", line 22, in from .headlines import Headlines File "/usr/lib/python3/dist-packages/autocanary/headlines.py", line 19, in import...
The macOS installer package is not signed like your other apps and can't be opened on Catalina:
This pull request fixes issue #27 --- Previously, if GPG wasn't installed on Windows, AutoCanary would throw an error message prompting the user to install [`gpg4win`](https://gpg4win.org). It provided an HTTP...
Installing on Windows 10 gives me a fatal error box that reads failed to execute script autocanary
The settings loading use pickle.load method https://github.com/firstlookmedia/autocanary/blob/master/autocanary/settings.py#L61 which from the documentation: https://docs.python.org/3/library/pickle.html > The pickle module is not secure against erroneous or maliciously constructed data. Never unpickle data received from...
Blockchains (such as Bitcoin) can be used to provide secure proof of freshness, see how&why it's implemented in QubesOS canaries: https://github.com/QubesOS/qubes-secpack/commit/23467cb475e7261f787c4bd4c6914d7601f7a379 https://github.com/QubesOS/qubes-issues/issues/2685 "secpack: use Bitcoin block hash in freshness proof...
1. in autocanary/\__init\__.py: https://github.com/firstlookmedia/autocanary/blob/master/autocanary/__init__.py#L452 > \Gpg4win fix: change to https://gpg4win.org/
The description in this repo contain broken link: (return "Not Found") > Makes generating machine-readable, digitally signed warrant canary statements simpler https://firstlook.org/code/autocanary fix: change link to: https://code.firstlook.media/projects/autocanary.html