Skip to content

Conversation

wesmacdonald
Copy link
Contributor

When scanning the docker image this CVE is detected due to the transitive dependency created by jersey-media-json-jackson. com.fasterxml.jackson.core should be >= v2.15 to resolve CVE 2025-52999

@marcelmay marcelmay added this to the 2.1.6 milestone Aug 13, 2025
Copy link
Member

@marcelmay marcelmay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use BOM, as it avoids breaking if jackson artifacts get added/changes

Also go for latest patch version 2.19.2

<dependency>
    <groupId>com.fasterxml.jackson</groupId>
    <artifactId>jackson-bom</artifactId>
    <version>2.19.2</version>
    <scope>import</scope>
    <type>pom</type>
</dependency>

@marcelmay
Copy link
Member

Thx alot for reporting and the PR, @wesmacdonald !

@wesmacdonald
Copy link
Contributor Author

I'll update my branch with the requested changes.

@marcelmay marcelmay added the bug label Aug 13, 2025
@marcelmay marcelmay merged commit f88a269 into greenmail-mail-test:master Aug 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants