Skip to content

Commit

Permalink
fix(FP): Suppress improper CPE assignment for liferay subcomponents t…
Browse files Browse the repository at this point in the history
…hat are individually versioned (#5094)

Fixes #5085
  • Loading branch information
aikebah committed Nov 27, 2022
1 parent 2b96890 commit 45887cd
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Expand Up @@ -1093,6 +1093,105 @@
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.portal\.impl@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.support\.tomcat@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.util\.bridges@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.util\.java@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.util\.taglib@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.portal\.test@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.portal\.kernel@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portletmvc4spring/com\.liferay\.portletmvc4spring\.test@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5085
suppressing the liferay libraries that have a versioning scheme separate from the main framework version
but get linked to the framework CPE
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay/biz\.aQute\.bnd\.annotation@.*$</packageUrl>
<cpe>cpe:/a:liferay:liferay</cpe>
<cpe>cpe:/a:liferay:liferay_portal</cpe>
<cpe>cpe:/a:liferay:portal</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
Suppresses false positives per issue #1585
Expand Down

0 comments on commit 45887cd

Please sign in to comment.