Skip to content

Commit 294b389

Browse files
committed
Add NuGetAuditSuppress
1 parent 9940c71 commit 294b389

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/System.Private.ServiceModel/tools/SelfHostedCoreWcfService/SelfHostedCoreWCFService.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
<IsPackable>false</IsPackable>
66
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
77
</PropertyGroup>
8-
8+
9+
<ItemGroup>
10+
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-447r-wph3-92pm" />
11+
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-555c-2p6r-68mm" />
12+
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-cmhx-cq75-c4mj" />
13+
</ItemGroup>
14+
915
<ItemGroup>
1016
<Using Include="System.Runtime.Serialization" />
1117
<Using Include="Microsoft.Extensions.DependencyInjection.Extensions" />

0 commit comments

Comments
 (0)