service data migration: validate origin of data pushes #64
Labels
No labels
ActivityPub
advanced features
basic functionality
bug
DHT
evaluation
refactoring
security
test case
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: schmittlauch/Hash2Pub#64
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the current model, the migration of service data (stored posts, subscription lists) is push-based.
But also currently, data pushes can come anytime from any source, allowing insertion of arbitrary data out of the blue.
A mechanism is needed for only allowing data pushes from valid neighbour nodes, like the direct predecessor at join and leave, direct neighbours at stabilise, or redundancy nodes.
Possible solutions: