In my Spring Boot 2 Project, I use H2 in memory Database.
My Nexus IQ Security Scan alerting about CVE-2018-14335. I dont understand the cause of this, so I cant fix it. I also dont understand the Explanation by Nexus-IQ.
- Webconsole is deactivated
- Newest H2 Version is used
- Spring Boot 2.6.6 is used
Can someone explain me in a easy language what exactly the problem is and or how to fix it in Spring Boot?