eolivelli commented on pull request #14630: URL: https://github.com/apache/pulsar/pull/14630#issuecomment-1063786744
in the ZK project we added these exclusions due to false positives: https://github.com/apache/zookeeper/commit/3004c909b78b3056985c8e39925e14bde3baa430 ``` <suppress> <!-- Seems like false positives about zookeeper-jute --> <cve>CVE-2021-29425</cve> <cve>CVE-2021-28164</cve> <cve>CVE-2021-34429</cve> </suppress> ``` So it is fine to add the same exclusions there -- 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]
