We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea03f5a commit 9cded07Copy full SHA for 9cded07
1 file changed
index.bs
@@ -11760,6 +11760,11 @@ covert channel between two cooperating sites.
11760
One site could transmit information by intentionally causing audio glitches
11761
(by causing very high CPU usage, for example) while the other site
11762
could detect these glitches.
11763
+
11764
+Note: This covert channel depends on specific system characteristics.
11765
+It typically requires a shared linearization point (such as an OS or browser
11766
+audio mixer) and callbacks that are effectively synchronous from that point,
11767
+without intermediate buffering that would flatten load spikes.
11768
<h5 id="AudioPlaybackStats-mitigations">Mitigations</h5>
11769
To inhibit the usage of such a covert channel, the API implements these
11770
mitigations.
0 commit comments