Closed prateekprshr-nith closed 3 years ago
Hi @prateekprshr-nith,
We have already updated spring-boot versions and since version 2.8.7 we use spring-boot-starter 2.4.3.
I would encourage you to check where the outdated version is coming from as it looks like maven is resolving older version as what we have defined in our POM. You can try to set the scope to provided for spring-boot-starter-security or check if maybe you have defined in your POM spring-boot-starter-parent with an older version.
Kind Regards, Liga
@liga-oz , Thank you for your quick response. I was able to find the specific version of spring-boot-started and updating it pulled the new version.
Hi Colleagues
org.springframework.security:spring-security-web:jar:5.4.2
has a whitesource vulnerability of 8.8 as described here. Upon analysis, we found that it comes fromcom.sap.cloud.security.xsuaa:xsuaa-spring-boot-starter:jar:2.8.8
as shown in the dependency tree below:We request you to upgrade this dependency so that the whitesource vulnerability is no longer there.
Regards