Skip to content

Conversation

@snuyanzin
Copy link
Contributor

@snuyanzin snuyanzin commented Oct 20, 2023

Ref - CURATOR-693

The PR is aiming to bump zk to 3.7.2 to address CVE-2023-44981

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Thank you!

Although, generally you can exclude transitive ZK and use a different ZK version downstream.

@tisonkun
Copy link
Member

For example,

      <dependency>
         <groupId>org.apache.curator</groupId>
         <artifactId>curator-recipes</artifactId>
         <version>${curator.version}</version>
         <exclusions>
             <exclusion>
                 <groupId>org.apache.zookeeper</groupId>
                 <artifactId>*</artifactId>
             </exclusion>
         </exclusions>
      </dependency>

@tisonkun tisonkun changed the title [CURATOR-693] Bump zookeeper to 3.7.2 CURATOR-693. Bump zookeeper to 3.7.2 Oct 24, 2023
@tisonkun tisonkun merged commit f5fb6d1 into apache:master Oct 24, 2023
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