Skip to content

SRVKP-14143,SRVKP-14145,SRVKP-14180,SRVKP-14182,SRVKP-14189,SRVKP-14190,SRVKP-14214,SRVKP-14215: chore: Fix vulnerable dependencies on release-v1.23.x - #1345

Merged
openshift-merge-bot[bot] merged 1 commit into
release-v1.23.xfrom
auto/cve/fix-release-v1.23.x
Sep 15, 2026
Merged

openshift-merge-bot[bot] merged 1 commit into
release-v1.23.xfrom
auto/cve/fix-release-v1.23.x

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

CVE Remediation Report

Generated: 2026-09-15T10:27:52.190Z

Release branch: release-v1.23.x

Overall status

✅ All packages remediated and verified

Summary

Package Fixed version(s) Strategy Verified
qs 6.16.0 ✅ Already remediated ✅ Verified
mariadb-java-client 2.7.14, 3.3.5, 3.4.3, 3.5.9 ✅ Already remediated ✅ Verified

Package details

1. qs

Field Value
Fixed version(s) 6.16.0
Strategy ✅ Already remediated
Reason All 1 installed copy/copies satisfy fix versions
Action taken No changes required (already remediated)
Verification ✅ Verified
Verification detail Verified: all installed copies satisfy fixed versions (All 1 installed copy/copies satisfy fix versions)
📋 Before / after dependency evidence

Before — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
├─┬ @gitbeaker/core@43.8.0
│ ├─┬ @gitbeaker/requester-utils@43.8.0
│ │ └── qs@6.16.0 deduped
│ └── qs@6.16.0
├─┬ url@0.11.4
│ └── qs@6.16.0 deduped
└─┬ webpack-dev-server@5.2.6
  └─┬ express@4.22.3
    ├─┬ body-parser@1.20.8
    │ └── qs@6.16.0 deduped
    └── qs@6.16.0 deduped

Before — yarn why

├─ @gitbeaker/core@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ @gitbeaker/requester-utils@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ body-parser@npm:1.20.8
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
├─ express@npm:4.22.3
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
└─ url@npm:0.11.4
   └─ qs@npm:6.16.0 (via npm:^6.12.3)

After — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
├─┬ @gitbeaker/core@43.8.0
│ ├─┬ @gitbeaker/requester-utils@43.8.0
│ │ └── qs@6.16.0 deduped
│ └── qs@6.16.0
├─┬ url@0.11.4
│ └── qs@6.16.0 deduped
└─┬ webpack-dev-server@5.2.6
  └─┬ express@4.22.3
    ├─┬ body-parser@1.20.8
    │ └── qs@6.16.0 deduped
    └── qs@6.16.0 deduped

After — yarn why

├─ @gitbeaker/core@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ @gitbeaker/requester-utils@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ body-parser@npm:1.20.8
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
├─ express@npm:4.22.3
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
└─ url@npm:0.11.4
   └─ qs@npm:6.16.0 (via npm:^6.12.3)

2. mariadb-java-client

Field Value
Fixed version(s) 2.7.14, 3.3.5, 3.4.3, 3.5.9
Strategy ✅ Already remediated
Reason Package is not installed in the dependency tree
Action taken No changes required (already remediated)
Verification ✅ Verified
Verification detail Verified: all installed copies satisfy fixed versions (Package is not installed in the dependency tree)
📋 Before / after dependency evidence

Before — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
└── (empty)

After — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
└── (empty)

Report generated by audit-report.ts. Artifacts in cve-artifacts/.

@openshift-ci

openshift-ci Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Hi @github-actions[bot]. Thanks for your PR.

I'm waiting for a openshift-pipelines member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@github-actions
github-actions Bot force-pushed the auto/cve/fix-release-v1.23.x branch from 5312b4a to 3950dad Compare September 7, 2026 10:31
@github-actions
github-actions Bot force-pushed the auto/cve/fix-release-v1.23.x branch from 3950dad to e1bfb4f Compare September 15, 2026 10:27
@anwesha-palit-redhat
anwesha-palit-redhat requested review from ankrsinha and removed request for arvindk-softwaredev and vdemeester September 15, 2026 10:29
@ankrsinha ankrsinha changed the title chore: Fix vulnerable dependencies on release-v1.23.x SRVKP-14143,SRVKP-14145,SRVKP-14180,SRVKP-14182,SRVKP-14189,SRVKP-14190,SRVKP-14214,SRVKP-14215: chore: Fix vulnerable dependencies on release-v1.23.x Sep 15, 2026
@openshift-ci-robot

openshift-ci-robot commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

@github-actions[bot]: This pull request references SRVKP-14143 which is a valid jira issue.

This pull request references SRVKP-14145 which is a valid jira issue.

This pull request references SRVKP-14180 which is a valid jira issue.

This pull request references SRVKP-14182 which is a valid jira issue.

This pull request references SRVKP-14189 which is a valid jira issue.

This pull request references SRVKP-14190 which is a valid jira issue.

This pull request references SRVKP-14214 which is a valid jira issue.

This pull request references SRVKP-14215 which is a valid jira issue.

Details

In response to this:

CVE Remediation Report

Generated: 2026-09-15T10:27:52.190Z

Release branch: release-v1.23.x

Overall status

✅ All packages remediated and verified

Summary

Package Fixed version(s) Strategy Verified
qs 6.16.0 ✅ Already remediated ✅ Verified
mariadb-java-client 2.7.14, 3.3.5, 3.4.3, 3.5.9 ✅ Already remediated ✅ Verified

Package details

1. qs

Field Value
Fixed version(s) 6.16.0
Strategy ✅ Already remediated
Reason All 1 installed copy/copies satisfy fix versions
Action taken No changes required (already remediated)
Verification ✅ Verified
Verification detail Verified: all installed copies satisfy fixed versions (All 1 installed copy/copies satisfy fix versions)
📋 Before / after dependency evidence

Before — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
├─┬ @gitbeaker/core@43.8.0
│ ├─┬ @gitbeaker/requester-utils@43.8.0
│ │ └── qs@6.16.0 deduped
│ └── qs@6.16.0
├─┬ url@0.11.4
│ └── qs@6.16.0 deduped
└─┬ webpack-dev-server@5.2.6
 └─┬ express@4.22.3
   ├─┬ body-parser@1.20.8
   │ └── qs@6.16.0 deduped
   └── qs@6.16.0 deduped

Before — yarn why

├─ @gitbeaker/core@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ @gitbeaker/requester-utils@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ body-parser@npm:1.20.8
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
├─ express@npm:4.22.3
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
└─ url@npm:0.11.4
  └─ qs@npm:6.16.0 (via npm:^6.12.3)

After — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
├─┬ @gitbeaker/core@43.8.0
│ ├─┬ @gitbeaker/requester-utils@43.8.0
│ │ └── qs@6.16.0 deduped
│ └── qs@6.16.0
├─┬ url@0.11.4
│ └── qs@6.16.0 deduped
└─┬ webpack-dev-server@5.2.6
 └─┬ express@4.22.3
   ├─┬ body-parser@1.20.8
   │ └── qs@6.16.0 deduped
   └── qs@6.16.0 deduped

After — yarn why

├─ @gitbeaker/core@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ @gitbeaker/requester-utils@npm:43.8.0
│  └─ qs@npm:6.16.0 (via npm:^6.14.0)
│
├─ body-parser@npm:1.20.8
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
├─ express@npm:4.22.3
│  └─ qs@npm:6.16.0 (via npm:~6.16.0)
│
└─ url@npm:0.11.4
  └─ qs@npm:6.16.0 (via npm:^6.12.3)

2. mariadb-java-client

Field Value
Fixed version(s) 2.7.14, 3.3.5, 3.4.3, 3.5.9
Strategy ✅ Already remediated
Reason Package is not installed in the dependency tree
Action taken No changes required (already remediated)
Verification ✅ Verified
Verification detail Verified: all installed copies satisfy fixed versions (Package is not installed in the dependency tree)
📋 Before / after dependency evidence

Before — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
└── (empty)

After — npm ls

pipelines-console-plugin@0.0.1 /home/runner/work/console-plugin/console-plugin
└── (empty)

Report generated by audit-report.ts. Artifacts in cve-artifacts/.

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.

@ankrsinha ankrsinha left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Looks Good to Me Label label Sep 15, 2026
@ankrsinha ankrsinha added approved Label for Approved PRs and removed needs-ok-to-test labels Sep 15, 2026
@openshift-ci

openshift-ci Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: ankrsinha, github-actions[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot
openshift-merge-bot Bot merged commit 59141ae into release-v1.23.x Sep 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Label for Approved PRs jira/valid-reference lgtm Looks Good to Me Label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants