Skip to content

Commit

Permalink
Merge pull request #5054 from jeremylong/fp-liferay
Browse files Browse the repository at this point in the history
fix: resolve false positive
  • Loading branch information
jeremylong authored Nov 16, 2022
2 parents 9350e49 + 9c65e63 commit 36a0166
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,15 @@
<gav regex="true">^com\.liferay:org\.apache\.felix\.configadmin:.*$</gav>
<cpe>cpe:/a:cm_project:cm</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
Suppresses false positives per issue #5048
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.liferay\.portal/com\.liferay\.util\.slf4j@.*$</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 36a0166

Please sign in to comment.