]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Update huburi for FeedSub if PuSH signature is invalid
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 30 Apr 2017 07:20:08 +0000 (09:20 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 30 Apr 2017 07:20:08 +0000 (09:20 +0200)
commit5288a6f9e203d6f1ff3f1fb2a58314a2481c165e
tree5f8bc9be378958d76dc470d9cc36a236a97259d8
parentc505652c15ad7fdc542b77313baf52cffa009f8f
Update huburi for FeedSub if PuSH signature is invalid

This because some remote server might have used third party PuSH hubs
but switch and we don't know about it.

Possible risks here are of course MITM that could force us to rediscover
PuSH hubs from a feed they control, but that currently feels ... meh.
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/lib/feeddbexception.php [new file with mode: 0644]
plugins/OStatus/lib/feedsubbadpushsignatureexception.php [new file with mode: 0644]