Link to home
Start Free TrialLog in
Avatar of ltpitt
ltpitt

asked on

Dependency check issue in Java Spring Boot project

Hi everyone,

I just did a dependency check in my code and I get:
https://nvd.nist.gov/view/vuln/search-results?adv_search=true&cves=on&cpe_version=cpe%3A%2Fa%3Anetty%3Anetty%3A3.10.5

I've searched in my dependencies (POM.xml and the whole project too) but I could not find netty.
For this reason I think that it is some child dependency.
So I did a maven dependency tree but also searching there didn't get any netty hit.

What am I missing?

Thanks for your help.
Avatar of Sathish David  Kumar N
Sathish David Kumar N
Flag of India image

Are you using spring-boot-starter-webflux ???
Avatar of ltpitt
ltpitt

ASKER

No...
may i know what are all the spring boot starter your using ??
ASKER CERTIFIED SOLUTION
Avatar of ltpitt
ltpitt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial