You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We take security seriously. If you believe you have discovered a vulnerability, please [file an issue](https://github.com/PowerShellWeb/WebSocket/issues).
4
+
5
+
## Special Security Considerations
6
+
7
+
WebSockets are not inherantly dangerous, but what comes out of them might well be.
8
+
9
+
In order to avoid data poisoning attacks, please _never_ directly run any code from the internet that you do not trust.
10
+
11
+
Please also assume all WebSockets are untrustworthy.
0 commit comments