Skip to content

Commit 26b3053

Browse files
authored
Ignore GHSA-xhg6-9j5j-w4vf for DotNetZip in release-4 (#4618)
1 parent 39ce383 commit 26b3053

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Custom.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<InstanceName Include="Particular.ServiceControl.Monitoring" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<!-- DotNetZip: No replacement in net4xx, only affects unzipping unknown zips, where ServiceControl only unzips known deployment artifacts -->
30+
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-xhg6-9j5j-w4vf" />
31+
</ItemGroup>
32+
2833
<!-- workaround for https://github.com/microsoft/MSBuildSdks/issues/477 -->
2934
<PropertyGroup>
3035
<UseArtifactsOutput>false</UseArtifactsOutput>

0 commit comments

Comments
 (0)