Skip to content

Commit 4a0b346

Browse files
committed
Add suppression for netty-common-4.1.108.Final.jar (main -> ce/maoin @112435)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 112436]
1 parent 677b494 commit 4a0b346

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

prj/etc/dependency-check-suppression.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,4 +485,14 @@
485485
<cve>CVE-2023-5763</cve>
486486
</suppress>
487487

488+
<!-- Remove when this is resolved: COH-31345 - Update Netty version to 4.1.115.Final -->
489+
<suppress>
490+
<notes><![CDATA[
491+
file name: netty-common-4.1.108.Final.jar
492+
]]></notes>
493+
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-common@.*$</packageUrl>
494+
<cpe>cpe:2.3:a:netty:netty</cpe>
495+
<cve>CVE-2024-47535</cve>
496+
</suppress>
497+
488498
</suppressions>

0 commit comments

Comments
 (0)