Skip to content

Commit c44ba32

Browse files
authored
fix(fp): Fix false positives for Redis Server against NPM/JS client libs (#7942)
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent 4af07cc commit c44ba32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7056,6 +7056,13 @@
70567056
<packageUrl regex="true">^pkg:nuget/.+\.Redis\..*$</packageUrl>
70577057
<cpe>cpe:2.3:a:redis:redis</cpe>
70587058
</suppress>
7059+
<suppress base="true">
7060+
<notes><![CDATA[
7061+
FP per issue #7740
7062+
]]></notes>
7063+
<packageUrl regex="true">^pkg:npm/.*redis.*@.*$</packageUrl>
7064+
<cpe>cpe:2.3:a:redis:redis</cpe>
7065+
</suppress>
70597066
<suppress base="true">
70607067
<notes><![CDATA[
70617068
FP per issue #7664

0 commit comments

Comments
 (0)