You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/08/19 20:29:42 UTC

[GitHub] [nifi] greyp9 commented on a diff in pull request #6290: NIFI-10346 Add OWASP Dependency Check Suppressions

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org