You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
As of now there is no backchannel identify verification of a POST /followers. Somebody could make me follow every known Tent identity (probably multiple times with some URL twiddling) and DDoS my server.
This is because the Discover -> Create -> Notify path requires no auth at all but still allows me to create the Follower and the NotificationSubscription. A scheme like the one used in PubSubHubbub to verify the call could be used to address this.
The text was updated successfully, but these errors were encountered:
As of now there is no backchannel identify verification of a
POST /followers
. Somebody could make me follow every known Tent identity (probably multiple times with some URL twiddling) and DDoS my server.This is because the
Discover -> Create -> Notify
path requires no auth at all but still allows me to create theFollower
and theNotificationSubscription
. A scheme like the one used in PubSubHubbub to verify the call could be used to address this.The text was updated successfully, but these errors were encountered: