Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,23 @@
<cpe>cpe:/a:opentelemetry:opentelemetry</cpe>
</suppress>

<!--
Azure Identity pulls in reactor-netty 1.2.18 which has DOS CVE-2026-47874. The Graph Email Transport isn't
deployed anywhere (yet) and medium-level DOS vulnerabilities have not been a big concern. Suppress for now,
until a newer Azure Identity that pulls in a fixed reactor-netty is available.
-->
<suppress>
<notes><![CDATA[
file name: reactor-netty-core-1.2.18.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.projectreactor\.netty/reactor-netty-core@.*$</packageUrl>
<cpe>cpe:/a:pivotal:reactor_netty</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: reactor-netty-http-1.2.18.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.projectreactor\.netty/reactor-netty-http@.*$</packageUrl>
<cpe>cpe:/a:pivotal:reactor_netty</cpe>
</suppress>
</suppressions>