-
检测到 yuzhongbutong/ai-robot-car 一共引入了26个开源组件,存在5个漏洞
```
漏洞标题:netty 安全漏洞
缺陷组件:io.netty:netty-codec@4.1.63.Final
漏洞编号:CVE-2021-37137
漏洞描述:Netty是Netty社区的一款非阻塞I/O客户端-服务器框架,它主要用于开发Java网络应用程序,如协议服务器和客户端等。
ne…
ghost updated
2 years ago
-
6359 [cyp-hub-center] 2024-02-29 10:26:21,165 [epollEventLoopGroup-6-2] ERROR [com.souche.cyp.hub.center.config.socket.listener.AbstractSystemListener] [AbstractSystemListener.java:61] [1706781817578…
-
I'm using netty-socketio on a java server side. A js client is using socketio.
The client can successfully connect and receive events unless it adds extraheaders (using polling) on connection. We w…
-
https://www.xncoding.com/2017/12/15/weixin/ma-websocket.html
-
According to my understanding of the source code, when querying all the client that are joined to a room/namespace we get only the clients that are connected to that machine.
1. Is that accurate?
2. M…
-
版本:java17,netty-socketio 2.0.9
版本: socket.io-client 4.7.5,postMan
前端:
` socketInst = io(socketUrl, {
withCredentials: true,
reconnectionAttempts: 120,
autoConnect: false,
a…
-
I am trying to connect my Next.js frontend to Spring boot backend in which I am using netty socketio server
I get 404 error in browser console
This is my backend code
```
@Configuration
…
-
01:03:51.416 [main] INFO com.corundumstudio.socketio.SocketIOServer - Session store / pubsub factory used: MemoryStoreFactory (local session store only)
01:03:51.581 [nioEventLoopGroup-2-1] INFO com…
-
My tech-Stack:
Server-> netty-socketio,msgpack Client-> socket.io-client in javascript,msgpack
The following error occurs when using binary data =>
addEventListener(eventName, byte[].class,…
-
Normally, it works fine. But if I click the send message button crazily in high frequency with safari brwoser.
The NullPointerException will be thrown out from the method valueOfInner of class Packet…