mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-07 17:33:18 +00:00
5ba1657e00
Add a failing test demonstrating that a user can retrieve a room they do not have access to when the room UUID is known. This highlights an improper object-level permission verification in the external API. While exploitation requires obtaining the target room UUID, this still represents a security issue (BOLA / IDOR class vulnerability) and must be fixed. The test documents the expected behavior and will pass once proper access filtering or permission checks are enforced.