alibaba / cloud-native-app-initializer

Cloud Native App Initializer is committed to providing developers with a simpler and more efficient project construction experience in the current cloud-native era.
https://start.aliyun.com
Apache License 2.0
252 stars 90 forks source link

When creating a project using images, my IDE displays two vulnerability prompts #96

Open lab-603-lzj opened 8 months ago

lab-603-lzj commented 8 months ago

When using a dependency on spring boot starter, a vulnerability is prompted in CVE-2023-6378; When using a dependency on spring boot starter test, a vulnerability CVE-2023-1370 is indicated. Although I can ignore these prompts, I want to know what I need to do to eliminate them?

environment: IDE:IntelliJ IDEA 2023.2.5 language: java springboot: 2.7.6 type: maven jdk: 1.8 packaging: jar