Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade com.fasterxml.jackson.core to version 2.15 #16115

Closed
seanlewis08 opened this issue Mar 7, 2024 · 3 comments
Closed

Upgrade com.fasterxml.jackson.core to version 2.15 #16115

seanlewis08 opened this issue Mar 7, 2024 · 3 comments
Assignees
Milestone

Comments

@seanlewis08
Copy link

seanlewis08 commented Mar 7, 2024

Discussed in #16044
Hello, I am building an application using h2o but my container scanner has flagged a vulnerability for one of your Java dependencies (com.fasterxml.jackson.core). Could you please bump the version from 2.14.2 to 2.15.0 in the next release? Below you will see the output of the scanner. Thanks!

Blocking vulnerabilities found: [
{
"id": "PRISMA-2023-0067",
"status": "fixed in 2.15.0",
"cvss": 7.5,
"description": "com.fasterxml.jackson.core_jackson-core package versions before 2.15.0 are vulnerable to Denial of Service (DoS). The package does not properly restrict the size or amount of resources that are requested or influenced by an actor, which can be used to consume more resources than intended and leads to Uncontrolled Resource Consumption (\'Resource Exhaustion\').",
"severity": "high",
"packageName": "com.fasterxml.jackson.core_jackson-core",
"packageVersion": "2.14.2",
"riskFactors": [
"Has fix",
"High severity",
"DoS - High"
],
"impactedVersions": [
"<2.15.0"
],
"publishedDate": "2023-04-24T11:01:32Z",
"discoveredDate": "2024-03-07T14:15:28Z",
"fixDate": "2023-04-24T00:00:00Z",
"layerTime": "1970-01-01T00:00:00Z",
}
]

@valenad1
Copy link
Collaborator

The upgrade will require support for Java 19:

#15748 (comment)

@valenad1 valenad1 added this to the 3.48.0.1 milestone Mar 18, 2024
@valenad1
Copy link
Collaborator

Duplicate #15748

@valenad1
Copy link
Collaborator

Duplicate

@valenad1 valenad1 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2024
@valenad1 valenad1 linked a pull request May 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants