greyp9 commented on code in PR #6290:
URL: https://github.com/apache/nifi/pull/6290#discussion_r950477157
##########
nifi-dependency-check-maven/suppressions.xml:
##########
@@ -134,4 +134,64 @@
<packageUrl regex="true">^pkg:maven/xerces/xercesImpl@.*$</packageUrl>
<cve>CVE-2017-10355</cve>
</suppress>
+ <suppress>
+ <notes>CVE-2020-13955 applies to Apache Calcite not Apache Calcite
Avatica</notes>
+ <packageUrl
regex="true">^pkg:maven/org\.apache\.calcite\.avatica/avatica\-core@.*$</packageUrl>
+ <cve>CVE-2020-13955</cve>
+ </suppress>
+ <suppress>
+ <notes>CVE-2020-13955 applies to Apache Calcite not Apache Calcite
Avatica</notes>
+ <packageUrl
regex="true">^pkg:maven/org\.apache\.calcite\/calcite-avatica@.*$</packageUrl>
+ <cve>CVE-2020-13955</cve>
+ </suppress>
+ <suppress>
+ <notes>CVE-2020-13955 applies to Apache Calcite not Apache Calcite
Druid</notes>
+ <packageUrl
regex="true">^pkg:maven/org\.apache\.calcite\/calcite-druid@.*$</packageUrl>
+ <cve>CVE-2020-13955</cve>
+ </suppress>
+ <suppress>
+ <notes>OpenTSDB vulnerabilities do not apply to HBase Async
library</notes>
Review Comment:
HBase Async Client library
##########
nifi-dependency-check-maven/suppressions.xml:
##########
@@ -134,4 +134,64 @@
<packageUrl regex="true">^pkg:maven/xerces/xercesImpl@.*$</packageUrl>
<cve>CVE-2017-10355</cve>
</suppress>
+ <suppress>
+ <notes>CVE-2020-13955 applies to Apache Calcite not Apache Calcite
Avatica</notes>
+ <packageUrl
regex="true">^pkg:maven/org\.apache\.calcite\.avatica/avatica\-core@.*$</packageUrl>
Review Comment:
Maybe note that the calcite suppressions surface the true CVE in
calcite-core.
--
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]