You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

owasp-vulnerabilities.xml 1.3KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
  3. <suppress>
  4. <!--
  5. Vulnerabilities in the SWIFT analyzer.
  6. See https://jira.sonarsource.com/browse/SONARSWIFT-451
  7. -->
  8. <filePath regex="true">.*sonar-swift-plugin-4\.2.*\.jar.*</filePath>
  9. <vulnerabilityName>Remote code execution</vulnerabilityName>
  10. <cve>CVE-2015-6420</cve>
  11. <cve>CVE-2017-15708</cve>
  12. </suppress>
  13. <suppress>
  14. <!--
  15. The version of Netty packaged with Elasticsearch 6.8.x suffers from a few vulnerabilities.
  16. The latter are considered as low risk by the Elastic team. Upgrading Netty in Elasticsearch 6.8.x
  17. is not planned. See https://github.com/elastic/elasticsearch/issues/49396
  18. -->
  19. <packageUrl regex="true">^pkg:maven/io\.netty/netty-.*@4\.1\.32.*$</packageUrl>
  20. <cve>CVE-2019-16869</cve>
  21. <cve>CVE-2019-20444</cve>
  22. <cve>CVE-2019-20445</cve>
  23. <cve>CVE-2020-11612</cve>
  24. </suppress>
  25. <suppress>
  26. <!--
  27. AssertJ should not be bundled with the Kotlin analyzer. Should be fixed in 1.6.
  28. -->
  29. <filePath regex="true">.*sonar-kotlin-plugin-1\.5.*\.jar.*</filePath>
  30. <vulnerabilityName>CWE-476: NULL Pointer Dereference</vulnerabilityName>
  31. </suppress>
  32. </suppressions>