suppressions.xml (60 lines of code) (raw):

<?xml version="1.0"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> <suppress> <notes><![CDATA[ Oak GAV must not apply to JR2 CPE ]]></notes> <packageUrl regex="true">^pkg:maven/org\.apache\.jackrabbit/oak\-.*@.*$</packageUrl> <cpe>cpe:/a:apache:jackrabbit</cpe> </suppress> <suppress> <notes><![CDATA[ file name: org.apache.sling.jcr.api-2.0.4.jar does not suffer from CVE-2015-2944 ]]></notes> <packageUrl regex="true">^pkg:maven/org\.apache\.sling/org\.apache\.sling\.jcr\.api@.*$</packageUrl> <cve>CVE-2015-2944</cve> </suppress> <suppress> <notes><![CDATA[ file name: h2-2.1.212.jar, only 1.4.197 is affected, see https://github.com/jeremylong/DependencyCheck/issues/4555 ]]></notes> <packageUrl regex="true">^pkg:maven/com\.h2database/h2@.*$</packageUrl> <vulnerabilityName>CVE-2018-14335</vulnerabilityName> </suppress> <suppress> <notes><![CDATA[ false positive for Oak classes e.g. for CVE-2021-40690 ]]></notes> <packageUrl regex="true">^pkg:maven/org\.apache\.jackrabbit/oak-.*@.*$</packageUrl> <cpe>cpe:/a:apache:xml_security_for_java</cpe> </suppress> <suppress> <notes><![CDATA[ false positive: org.apache.sling.jcr.api-2.0.4.jar only Sling API and Sling Commons Logging affected ]]></notes> <packageUrl regex="true">^pkg:maven/org\.apache\.sling/org\.apache\.sling\.jcr\.api@.*$</packageUrl> <cve>CVE-2022-32549</cve> </suppress> <suppress> <notes><![CDATA[ file name: h2-2.1.212.jar, usage in FileVault not affected, see https://github.com/h2database/h2database/issues/3686 ]]></notes> <packageUrl regex="true">^pkg:maven/com\.h2database/h2@.*$</packageUrl> <cve>CVE-2022-45868</cve> </suppress> <suppress> <notes><![CDATA[ file name: diffutils-1.2.1.jar, wrong match for pattern cpe:2.3:a:utils_project:utils:1.2.1:*:*:*:*:*:*:* ]]></notes> <packageUrl regex="true">^pkg:maven/com\.googlecode\.java\-diff\-utils/diffutils@.*$</packageUrl> <cve>CVE-2021-4277</cve> </suppress> <suppress> <notes><![CDATA[ file name: org.apache.felix.utils-1.11.8.jar, wrong match for pattern cpe:2.3:a:utils_project:utils:1.2.1:*:*:*:*:*:*:* ]]></notes> <packageUrl regex="true">^pkg:maven/org\.apache\.felix/org\.apache\.felix\.utils@.*$</packageUrl> <cve>CVE-2021-4277</cve> </suppress> <suppress> <notes><![CDATA[ file name: plexus-utils-3.3.0.jar, wrong match for pattern cpe:2.3:a:utils_project:utils:1.2.1:*:*:*:*:*:*:* ]]></notes> <packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus\-utils@.*$</packageUrl> <cve>CVE-2021-4277</cve> </suppress> </suppressions>