When using the following Maven depency (this package), I get a CVE warning in my IDE:
<dependency>
<groupId>com.github.jasminb</groupId>
<artifactId>jsonapi-converter</artifactId>
<version>0.13</version>
</dependency>
The CVE warning is the following:
CVE-2023-0833 5.5 Generation of Error Message Containing Sensitive Information vulnerability with Medium severity found
This is likely because of the following package:
maven:com.squareup.okhttp3:okhttp:3.12.0