JooHyukKim opened a new pull request, #20792:
URL: https://github.com/apache/pulsar/pull/20792

   Fixes workflows that fails with
   
   <!-- Details of when a PIP is required and how the PIP process work, please 
see: https://github.com/apache/pulsar/blob/master/pip/README.md -->
   
   ### Motivation
   
   The OWASP dependency check failed. Link:  
https://github.com/apache/pulsar/actions/runs/5521854569/jobs/10090413638?pr=20782
   
   ```log
   Error:  Failed to execute goal 
org.owasp:dependency-check-maven:8.2.1:aggregate (default) on project pulsar: 
   Error:  
   Error:  One or more dependencies were identified with vulnerabilities that 
have a CVSS score greater than or equal to '7.0': 
   Error:  
   Error:  
canal.client-1.1.5.jar/META-INF/maven/com.google.guava/guava/pom.xml: 
CVE-2023-2976(7.1)
   Error:  
clickhouse-jdbc-0.4.6-all.jar/META-INF/maven/com.google.guava/guava/pom.xml: 
CVE-2023-2976(7.1)
   Error:  
   Error:  See the dependency-check report for more details.
   Error:  -> [Help 1]
   Error:  
   Error:  To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   Error:  Re-run Maven using the -X switch to enable full debug logging.
   Error:  
   Error:  For more information about the errors and possible solutions, please 
read the following articles:
   Error:  [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   Error:  
   Error:  After correcting the problems, you can resume the build with the 
command
   Error:    mvn <args> -rf :pulsar
   ```
   
   The PR already addressed #20699 the CVE-2023-2976. And Pulsar currently uses 
Guava 32.1.1 version
   We need seperate PR for `canal-client`
   
   ### Modifications
   
   - Suppress warning
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   
   ### Matching PR in forked repository
   
   PR in forked repository: x


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to