-
- Downloads
Merge tag 'v0.31.2'
SECURITY UPDATE: Prevent unauthorised users from setting state events in a room when there is no `m.room.power_levels` event in force in the room. (PR #3397) Discussion around the Matrix Spec change proposal for this change can be followed at https://github.com/matrix-org/matrix-doc/issues/1304.
No related branches found
No related tags found
Showing
- CHANGES.rst 9 additions, 0 deletionsCHANGES.rst
- synapse/__init__.py 2 additions, 1 deletionsynapse/__init__.py
- synapse/api/auth.py 1 addition, 1 deletionsynapse/api/auth.py
- synapse/event_auth.py 66 additions, 43 deletionssynapse/event_auth.py
- tests/test_event_auth.py 151 additions, 0 deletionstests/test_event_auth.py
- tests/test_state.py 14 additions, 2 deletionstests/test_state.py
tests/test_event_auth.py
0 → 100644
Please register or sign in to comment