element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
11 stars 3 forks source link

AppServices: Check that an AS's sender_localpart is within their defined users namespace #490

Closed matrixbot closed 2 weeks ago

matrixbot commented 2 weeks ago

This issue was originally created by @anoadragon453 at https://github.com/matrix-org/dendrite/issues/490.

Need to ensure in checkError that the AS's sender_localpart is matched by the user's namespace regex.

matrixbot commented 2 weeks ago

This comment was originally posted by @anoadragon453 at https://github.com/matrix-org/dendrite/issues/490#issuecomment-404457507.

Apparently we don't :)