Skip to content

[improve][misc] Fixing CVE's for 4.x branch#625

Merged
Prabhanjan-Desai-ibm merged 13 commits into4.0_dsfrom
4.x_CVE_fix
Apr 1, 2026
Merged

[improve][misc] Fixing CVE's for 4.x branch#625
Prabhanjan-Desai-ibm merged 13 commits into4.0_dsfrom
4.x_CVE_fix

Conversation

@Prabhanjan-Desai-ibm
Copy link
Copy Markdown
Collaborator

Fixes #xyz

Main Issue: #xyz

PIP: #xyz

Motivation

Modifications

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

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

Matching PR in forked repository

PR in forked repository:

Comment thread pulsar-io/azure-data-explorer/pom.xml Outdated
<!--
Override reactor-netty-http due to transitive vulnerability.

Dependency chain:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Need not put this dependency chain part in comments

Comment thread pulsar-io/azure-data-explorer/pom.xml Outdated
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.2.8</version>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please create property for version

Comment thread .github/workflows/pulsar-ci.yaml Outdated
- name: Run Trivy container scan
id: trivy_scan
uses: aquasecurity/trivy-action@0.26.0
uses: aquasecurity/trivy-action@v0.26.0
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why??

<reactor.netty.http.version>1.2.8</reactor.netty.http.version>
</properties>

<dependencyManagement>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Simply adding it to dependency section will also help I think, was there any issue with that?

@Prabhanjan-Desai-ibm Prabhanjan-Desai-ibm merged commit 1e7c798 into 4.0_ds Apr 1, 2026
96 of 103 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants