spring-websocket-test icon indicating copy to clipboard operation
spring-websocket-test copied to clipboard

Results 5 spring-websocket-test issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.56 to 9.0.83. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tomcat.embed:tomcat-embed-core&package-manager=maven&previous-version=9.0.56&new-version=9.0.83)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.0 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.0&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

检测到 rstoyanchev/spring-websocket-test 一共引入了21个开源组件,存在2个漏洞 ``` 漏洞标题:Apache Log4j 代码问题漏洞 缺陷组件:org.apache.logging.log4j:[email protected] 漏洞编号:CVE-2021-45046 漏洞描述:Apache Log4j是美国阿帕奇(Apache)基金会的一款基于Java的开源日志记录工具。 Apache Log4j 2.15.0版本存在代码问题漏洞,该漏洞源于当日志配置使用非默认模式布局和上下文查找或线程上下文映射模式使用 JNDI 查找模式制作恶意输入数据,从而导致拒绝服务攻击。 影响范围:[2.13.0, 2.16.0) 最小修复版本:2.16.0 缺陷组件引入路径:org.springframework.samples:[email protected]>org.apache.logging.log4j:[email protected] ``` 另外还有2个漏洞,详细报告:https://mofeisec.com/jr?p=ie310a

It would be greatly helpful if there are any examples how to send asynchronous messages using spring websockets.. In this link https://github.com/rstoyanchev/spring-websocket-test/blob/master/src/main/java/org/springframework/samples/websocket/echo/EchoWebSocketHandler.java @Override public void handleTextMessage(WebSocketSession session, TextMessage message) throws...

Wouldn't it be better if https://github.com/rstoyanchev/spring-websocket-test/blob/master/src/main/java/org/springframework/samples/websocket/snake/SnakeTimer.java is a bean, injected into the handler, rather than a class with static fields and methods? In reality, one may need to inject other...