MatrixSynapse/synapse/federation
Richard van der Hoff 6e8fb42be7
Improve validation for `send_{join,leave,knock}` (#10225)
The idea here is to stop people sending things that aren't joins/leaves/knocks through these endpoints: previously you could send anything you liked through them. I wasn't able to find any security holes from doing so, but it doesn't sound like a good thing.
2021-06-24 15:30:49 +01:00
..
sender
transport Improve validation for `send_{join,leave,knock}` (#10225) 2021-06-24 15:30:49 +01:00
__init__.py
federation_base.py
federation_client.py
federation_server.py Improve validation for `send_{join,leave,knock}` (#10225) 2021-06-24 15:30:49 +01:00
persistence.py
send_queue.py
units.py