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 postgresql version to avoid CVE-2024-1597 #22635

Merged
merged 1 commit into from
May 10, 2024

Conversation

nikhilerigila09
Copy link
Contributor

Fixes #22625

Motivation

Avoid CVE-2024-1597

Modifications

Upgrade postgresql version to 42.5.5

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 2, 2024
Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

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

LGTM

@lhotari
Copy link
Member

lhotari commented May 3, 2024

@nikhilerigila09 There's a merge conflict and this PR has been created without allowing edits from maintainers, so you'd have to do the merge conflict resolution.

@nikhil-ctds
Copy link

@lhotari I've rebased my branch, conflicts have been resolved now.

@codecov-commenter
Copy link

codecov-commenter commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.68%. Comparing base (bbc6224) to head (82c1102).
Report is 240 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #22635      +/-   ##
============================================
- Coverage     73.57%   72.68%   -0.89%     
+ Complexity    32624    32329     -295     
============================================
  Files          1877     1887      +10     
  Lines        139502   141018    +1516     
  Branches      15299    15480     +181     
============================================
- Hits         102638   102505     -133     
- Misses        28908    30656    +1748     
+ Partials       7956     7857      -99     
Flag Coverage Δ
inttests 27.46% <ø> (+2.88%) ⬆️
systests 24.55% <ø> (+0.22%) ⬆️
unittests 71.46% <ø> (-1.39%) ⬇️

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

see 343 files with indirect coverage changes

@lhotari lhotari merged commit 2cfd959 into apache:master May 10, 2024
49 of 50 checks passed
lhotari pushed a commit that referenced this pull request May 14, 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
@Technoboy- Technoboy- added this to the 3.4.0 milestone Jun 6, 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] Postgresql has a vulnerability CVE-2024-1597
9 participants