OCPBUGS-76482: CVE-2025-65637 - Bump github.com/sirupsen/logrus from v1.9.0 to v1.9.3 [release-4.13]#613
Conversation
|
@rissh: This pull request references Jira Issue OCPBUGS-76482, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/jira refresh |
|
@rissh: This pull request references Jira Issue OCPBUGS-76482, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Failure 1: ci/prow/unit -- TestImageStreamImportQuayIOTest: pkg/image/apiserver/importer.TestImageStreamImportQuayIO Root cause: Pre-existing test issue, not related to logrus bump. This test is in import_integration_test.go and makes a live HTTP call to quay.io/coreos/etcd to test image stream importing. It's been in the codebase since well before this PR. The logrus bump doesn't touch any import/image code. The quay.io/coreos/etcd image still exists (I verified it returns HTTP 200), but it uses the deprecated Docker Image Format v1 / manifest schema 1. This has been flagged as a known issue (etcd-io/etcd#17812). The test completing in only 320ms (without hitting the retry backoff that starts at 500ms+) indicates the failure error message doesn't match the retry patterns -- the test gets a non-retriable error, likely related to the deprecated manifest format or a changed API response. Key point: This test would fail on the bare release-4.13 branch even without the PR. It's not caused by the logrus bump at all. Failure 2: ci/prow/e2e-aws-ovn-serial -- Pod Disks testTest: [sig-storage] Pod Disks [Feature:StorageProvider] [Serial] attach on previously attached volumes should work Root cause: CI infrastructure issue -- same class as PR #610. The actual failure from the log: This is the pd.go test (Persistent Disk) which is GCE-specific code trying to run on AWS. The MissingRegion error confirms it's trying to use GCE PD logic on an AWS node. This is the exact same CI infra issue analyzed by wangke19 on PR #610 -- the CI failed to extract the correct k8s-tests binary (which would have this test annotated as [Disabled:Broken]), and fell back to an older binary that doesn't skip it. All the other "Ginkgo exit error 3" entries in the log are just test skips (GCE-only tests on AWS, local driver not supporting DynamicPV, etc.) -- those are expected and harmless. |
|
/retest |
|
/jira refresh |
|
@rissh: This pull request references Jira Issue OCPBUGS-76482, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test unit |
|
/lgtm |
|
/test e2e-aws-ovn-serial |
|
Logrus CVE bump, changes lgtm. Overriding known failures:
/approve |
|
@sanchezl: The DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jubittajohn, rissh, sanchezl The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@sanchezl: Overrode contexts on behalf of sanchezl: ci/prow/e2e-aws-ovn-serial, ci/prow/unit DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@rissh: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/label backport-risk-assessed |
|
@sanchezl: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Hey @sanchezl , |
|
/label backport-risk-assessed |
014e243
into
openshift:release-4.13
|
@rissh: An error was encountered invalid pull identifier with 2 parts: "mjuanxd/logrus-dos-poc" for bug OCPBUGS-76482 on the Jira server at https://redhat.atlassian.net. No known errors were detected, please see the full error message for details. Full error message.
Please contact an administrator to resolve this issue, then request a bug refresh with Jira Issue OCPBUGS-76482 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Bump github.com/sirupsen/logrus to v1.9.3 to fix GHSA-4f99-4q7p-p3gh (DoS in logrus). Direct dependency update only; library-go is unchanged to avoid k8s version drift (per approach on #609).
Changes
Bumped github.com/sirupsen/logrus from v1.9.0 to v1.9.3
CVE
GHSA-4f99-4q7p-p3gh | High (CVSS 7.5) | Fixed in v1.9.3