Closed paul-maidment closed 2 months ago
@paul-maidment: This pull request references Jira Issue OCPBUGS-42155, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @mhanss
The bug has been updated to refer to the pull request using the external bug tracker.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.54%. Comparing base (
9bebe91
) to head (f5722f0
). Report is 1 commits behind head on master.
/test edge-e2e-ai-operator-ztp
@paul-maidment: all tests passed!
Full PR test history. Your PR dashboard.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: danmanor, paul-maidment
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@paul-maidment: Jira Issue OCPBUGS-42155: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-42155 has been moved to the MODIFIED state.
The goal of this PR is to ensure that the github.com/jackc/pgx library is no longer on 4.16.0 which is vulnerable to CVE-2024-27289
If we bump to a very recent version of pgx, we have new constraints placed on the text encoding that a connection may have.
Perhaps his warrants a bigger investigation in a separate issue as it would be good to be able to upgrade to the latest and greatest postgres driver if possible.
I have created the following ticket https://issues.redhat.com/browse/MGMT-18949 to follow up on this at a later date (outside of the CVE process)
For now, we will use replace to bump the pgx to a non vulnerable version of 4.18.3