java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

DAPR 1.6 uses Spring Boot Starter Web with vulnerability

Open sujitp149 opened this issue 2 years ago • 2 comments

Ask your question here

DAPR 1.6 uses spring-boot-starter-web/2.3.5.RELEASE which has vulnerability. Any plans to upgrade the Spring Boot Starter Web version without vulnerability as many organization don't allow any artifacts with open vulnerability ?

DAPR

sujitp149 avatar Sep 15 '22 15:09 sujitp149

@sujitp149 Thanks for reporting this. We can try bumping the version to 2.7.3. Please feel free to submit a PR, we can see if that is breaking anything.

pravinpushkar avatar Sep 16 '22 05:09 pravinpushkar

Out of curiosity: why is spring-boot-starter-web included and not spring-boot-starter-webflux, as all methods seem to be non-blocking?

rowi1de avatar Sep 22 '22 20:09 rowi1de

Out of curiosity: why is spring-boot-starter-web included and not spring-boot-starter-webflux, as all methods seem to be non-blocking?

Great point, I think we should offer webflux but it should probably be a new artifact so it does not break existing users.

artursouza avatar Nov 07 '22 05:11 artursouza

I have added the PR above to the release. I will keep this open to confirm that it will really remove the vulnerability. If not, we will need to upgrade to a new major version in the next release.

artursouza avatar Feb 03 '23 16:02 artursouza