zhanglc

Results 7 comments of zhanglc

the same issue, when use this as ``` org.springframework.boot spring-boot-dependencies ${spring.boot.version} pom import ``` and ```java com.baomidou mybatis-plus-boot-starter ${mybatis.plus.boot.starter.version} ``` trivy not detection the right version

@DmitriyLewen the bellow is the minimum reproducible configuration: ```shell . |-pom.xml |-application.yml |-trivy-secret.yaml ``` pom.xml ```xml 4.0.0 org.test trivy-test 0.0.1-SNAPSHOT pom org.springframework.boot spring-boot-dependencies 2.5.14 pom import com.baomidou mybatis-plus-boot-starter 3.5.2 com.itextpdf...

@DmitriyLewen I sew the new version `0.31.2` , is this fix in the release ?

@tigercl seems like the server just close the tcp connnection. no mqtt package send by emqx server. emqx 4.2.1 see the image below: ![image](https://user-images.githubusercontent.com/4049133/98212525-ae90d600-1f7e-11eb-8d96-cc55aa70c76f.png)

Client and Server had negotiated the mac algorithm, So the way you say it is not feasible @tgauth > ```shell > debug1: kex: server->client cipher: aes128-ctr MAC: [email protected] compression: none...

@tgauth It works when use `ssh -m [email protected] [email protected]`, thanks a lot . By the way , why the algo [email protected] not work ? different implament between `OpenSSH 8.4` and...