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
@@ -34,6 +37,14 @@ The `@socket.io/redis-adapter` package allows broadcasting packets between multi
34
37
| Broadcast with acknowledgements |`4.5.0`|:white_check_mark: YES (since version `7.2.0`) |
35
38
| Connection state recovery |`4.6.0`|:x: NO |
36
39
40
+
## Security notice
41
+
42
+
The Redis adapter assumes that Redis is part of the trusted internal infrastructure.
43
+
44
+
Messages exchanged through Redis Pub/Sub are not signed, encrypted, or authenticated by the adapter. Anyone able to publish to the adapter channels may be able to inject packets or control messages. Redis should therefore not be exposed to untrusted networks or shared with untrusted clients.
45
+
46
+
Please use Redis ACLs, authentication, TLS, firewall rules, private networking, and dedicated credentials/channel permissions where appropriate.
0 commit comments