onepub-dev / onepub-dev/reVault
Agent needs to terminate encryption operations when desktop suspends.
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 4
- Forks
- 0
- Avg merge
- 1h 55m
- Merged PRs (30d)
- 1
Description
I think originally we only considered the need to terminate decryption operations, however encryption operations will have the content key in memory so we need to also terminate any operation that can be holding any secret in memory.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the existing handling that terminates decryption operations when the desktop suspends, then trace which operations can retain the content key in memory. Done means encryption operations are also terminated on suspend, with tests or checks covering both operation types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100