MoeraOrg / MoeraOrg/moera-issues
Validate signature of posts in the Newsfeed
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 20
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Automatically validate signature of all posts added to the Newsfeed. Display their signature validation button in "success" state.
Note that users' signing key does not become valid immediately after registration.
Possibly unsigned posts or posts with an invalid signature should not be included to the Newsfeed at all. But they should be subscribed to, because we need to know about possible updates with a valid signature.
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
Start by locating the Newsfeed post-ingestion and signature-validation entry points in the relevant Moera repository. Trace how posts are subscribed to and displayed, then define completion as validating every post, showing the validation button in a success state for valid signatures, and excluding unsigned or invalid posts from the Newsfeed while retaining subscriptions for updates.
Written by the indexing model from the issue text.
Assessment
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100