-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Summary
The signaling handlers (offer, answer, ice-candidate) destructure roomId but do not validate it against active streams.
Problem
The server does not verify:
- Whether the room exists
- Whether the socket belongs to the room
Suggested Improvement
Before forwarding signaling messages, validate:
activeStreams.has(roomId)socket.roomsincludes the room
This would improve robustness and security.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Todo