Browse Source

supress false positive CVE-2021-21409

Mate Szalay-Beko 3 years ago
parent
commit
61f1b46821
1 changed files with 4 additions and 0 deletions
  1. 4 0
      owaspSuppressions.xml

+ 4 - 0
owaspSuppressions.xml

@@ -41,4 +41,8 @@
            this writing  -->
            this writing  -->
       <cve>CVE-2019-3826</cve>
       <cve>CVE-2019-3826</cve>
    </suppress>
    </suppress>
+   <suppress>
+      <!-- false positive - fixed in netty 4.1.61 and we use 4.1.77  -->
+      <cve>CVE-2021-21409</cve>
+   </suppress>
 </suppressions>
 </suppressions>