Skip to content

Commit

Permalink
Update 0x53-V53-WebRTC.md
Browse files Browse the repository at this point in the history
fix a mistake introduced in 5db9b1d
  • Loading branch information
sandrogauci authored Aug 28, 2024
1 parent 485d7fd commit b225796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x53-V53-WebRTC.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Systems that rely solely on peer-to-peer media communication between web browser

## V53.3 Signalling

Signalling is a critical component of WebRTC applications, responsible for coordinating communication sessions between peers. The security of the signalling process is essential to prevent unauthorized access, eavesdropping, and service disruptions. This protecting the system fralfo by implementing input validation, safely handling integer overflows, preventing buffer overflows, and employing other robust error-handling techniques.
Signalling is a critical component of WebRTC applications, responsible for coordinating communication sessions between peers. The security of the signalling process is essential to prevent unauthorized access, eavesdropping, and service disruptions. It is important to protect the system by implementing input validation, safely handling integer overflows, preventing buffer overflows, and employing other robust error-handling techniques.

These requirements only apply to systems that host signalling servers as part of their WebRTC infrastructure.

Expand Down

0 comments on commit b225796

Please sign in to comment.