After adding Jackson as a dependency in my project, I get the warning:
Provides transitive vulnerable dependency maven:com.fasterxml.jackson.core:jackson-databind:2.13.4 CVE-2022-42003 7.5 Deserialization of Untrusted Data vulnerability with medium severity found Results powered by Checkmarx(c)
I appreciate the reminder provided by this message. But now that I am aware of this issue, I wish to suppress the message.
👉 How can I suppress this message from appearing in my IDE (IntelliJ)?
Bring up the solution