risdenk commented on a change in pull request #691: URL: https://github.com/apache/solr/pull/691#discussion_r812502366
########## File path: gradle/validation/owasp-dependency-check/exclusions.xml ########## @@ -23,43 +23,32 @@ <suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> <suppress> - <notes><![CDATA[ - file name: simple-xml-safe-2.7.1.jar - We use a safe fork that fixes this - ]]></notes> + <notes><![CDATA[simple-xml-safe is a safe xml-safe fork]]></notes> <packageUrl regex="true">^pkg:maven/com\.carrotsearch\.thirdparty/simple\-xml\-safe@.*$</packageUrl> <cve>CVE-2017-1000190</cve> </suppress> <suppress> - <notes><![CDATA[ - file name: netty-transport-native-epoll-4.1.29.Final.jar - We only use netty as a client towards Zookeeper - ]]></notes> - <packageUrl regex="true">^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl> - <cpe>cpe:/a:netty:netty</cpe> + <notes><![CDATA[apache-mime4j has different releases than apache james]]></notes> + <packageUrl regex="true">^pkg:maven/org\.apache\.james/apache\-mime4j.*@.*$</packageUrl> + <cve>CVE-2021-38542</cve> + <cve>CVE-2021-40110</cve> + <cve>CVE-2021-40111</cve> + <cve>CVE-2021-40525</cve> </suppress> <suppress> - <notes><![CDATA[ - file name: dirgra-0.3.jar - We will sandbox JRuby - ]]></notes> - <packageUrl regex="true">^pkg:maven/org\.jruby/dirgra@.*$</packageUrl> - <cpe>cpe:/a:jruby:jruby</cpe> Review comment: `jruby` is no longer included so don't need this exclusion. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
