Cory Francis Myers
Cory Francis Myers
Tests need fixing, they're currently using `vcr`. We either need to reimplement vcr for our mock format or mock the proxying to use requests and then keep using vcr. _Originally...
## Description After each sync against a Server with many sources and entries— ```sql sqlite> SELECT COUNT(*) FROM sources; 196 sqlite> SELECT COUNT(*) FROM messages; 374 sqlite> SELECT COUNT(*) FROM...
## Expected behavior Our documentation on OSSEC instructs administrators to configure OSSEC via `securedrop-admin sdconfig` just like everything else. ## Actual behavior https://github.com/freedomofpress/securedrop-docs/blob/24d35119423703957e4864fe05ad056221d1fbe3/docs/admin/maintenance/ossec_alerts.rst?plain=1#L20-L23 ## Steps to reproduce the problem 1....
## Describe the change We have diagrams of SecureDrop's [hardware architecture](https://docs.securedrop.org/en/stable/overview.html#infrastructure) and [data-flow](https://docs.securedrop.org/en/stable/threat_model/dataflow.html#) but not the *software* architecture of the Source and Journalist Interfaces. We should add one (or more),...
## Description For the collection `C(S, t)` for a source `S` at time `t`, collection-level numbering can collide (and effectively lock) if a smaller collection `C(S, 1)` is restored from...
In advance of general availability, we'll need to discuss with Localization Lab: 1. how to promote `securedrop-client` to parity with `securedrop` for translation and review; and 2. priorities and/or a...
## Description When the Server has a submission or reply on record that it *cannot* serve (e.g., because it has been deleted from disk), the Client will keep trying to...
## Description **For example:** Sending a new reply too quickly after invoking **Delete All Files and Messages** can cause the sent reply to disappear until the next sync. ## Steps...
## Description After sending a reply with <Ctrl>-<Enter>, the reply box loses focus. ## Steps to Reproduce 1. Type a reply. 2. Press <Ctrl>-<Enter> to send. ## Expected Behavior The...
## Description The [test scenarios](https://github.com/freedomofpress/securedrop-workstation/wiki/Workstation-Acceptance-Tests#scenario-offline-mode-without-existing-data) for the Client's offline mode suggest that: - when you log in to the Client, you're actually logging in to the Server, so that the...