Eclipse Tractus-X Digital Product Pass - An application for visualizing Digital Product Passports, Battery Passports and Transmission Passports, it is the reference implementation of the EcoPass KIT
After upgrading springboot parent version, it was assumed that the security issues in child versions will be automatically resolved, however one of the child sprintboot-webmvc dep still contains security issues.
What we want to achieve with this PR?
Added Springboot-webmvc dep to the dependency management to specify a particular version (which is a fixed security version) in pom file.
Why we create this PR?
After upgrading springboot parent version, it was assumed that the security issues in child versions will be automatically resolved, however one of the child
sprintboot-webmvc
dep still contains security issues.What we want to achieve with this PR?
Added Springboot-webmvc dep to the dependency management to specify a particular version (which is a fixed security version) in pom file.
What is new?
Security Fix:
PR Linked to:
https://github.com/eclipse-tractusx/digital-product-pass/pull/417