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

[fix][sec] Upgrade elasticsearch-java version to avoid CVE-2023-4043 #22640

Merged
merged 1 commit into from
May 3, 2024

Conversation

nikhilerigila09
Copy link
Contributor

Fixes #21783 &
Could fix some of the vulnerabilities on #21782

Motivation

Avoid CVE-2023-4043

Modifications

Upgrade elasticsearch-java version to 8.12.1
which uses org.eclipse.parsson:[email protected] which no longer has the vulnerability.

Verifying this change

  • Make sure that the change passes the CI checks.

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label May 3, 2024
Copy link
Contributor

@nicoloboschi nicoloboschi left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.71%. Comparing base (bbc6224) to head (cbc14a9).
Report is 221 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #22640      +/-   ##
============================================
- Coverage     73.57%   72.71%   -0.86%     
+ Complexity    32624    32338     -286     
============================================
  Files          1877     1887      +10     
  Lines        139502   141006    +1504     
  Branches      15299    15478     +179     
============================================
- Hits         102638   102537     -101     
- Misses        28908    30608    +1700     
+ Partials       7956     7861      -95     
Flag Coverage Δ
inttests 27.31% <ø> (+2.72%) ⬆️
systests 24.57% <ø> (+0.24%) ⬆️
unittests 71.49% <ø> (-1.36%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 338 files with indirect coverage changes

@lhotari lhotari merged commit 3ca4ddf into apache:master May 3, 2024
51 of 52 checks passed
@Technoboy- Technoboy- added this to the 3.3.0 milestone May 8, 2024
lhotari pushed a commit that referenced this pull request May 14, 2024
nikhil-ctds pushed a commit to datastax/pulsar that referenced this pull request May 15, 2024
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Eclipse Parsson has a vulnerability CVE-2023-4043
5 participants