Skip to content

Commit 011d4ad

Browse files
authored
fix(fp): fixes nuget FP on Redis (#7702)
1 parent 4ff0e58 commit 011d4ad

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

core/src/main/resources/dependencycheck-base-suppression.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7015,4 +7015,11 @@
70157015
<packageUrl regex="true">^pkg:nuget/IronPython@.*$</packageUrl>
70167016
<cpe>cpe:/a:python:python</cpe>
70177017
</suppress>
7018+
<suppress base="true">
7019+
<notes><![CDATA[
7020+
FP per issue #7444
7021+
]]></notes>
7022+
<packageUrl regex="true">^pkg:nuget/.+\.Redis\..*$</packageUrl>
7023+
<cpe>cpe:2.3:a:redis:redis</cpe>
7024+
</suppress>
70187025
</suppressions>

0 commit comments

Comments
 (0)