blob: 793250508fc273c5ee642c8cecca6339b888d1bb [file] [log] [blame]
<?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>
</suppressions>