Skip to content

Commit

Permalink
Merge pull request #791 from YulerB/AddressCvesForSharpZipLib
Browse files Browse the repository at this point in the history
Address cves for sharp zip lib
  • Loading branch information
tonyqus authored Apr 7, 2022
2 parents 8dda408 + 69fcda5 commit 4744077
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions main/NPOI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<PackageReference Include="Enums.NET" Version="4.0.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.2.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
<PackageReference Include="SharpZipLib" Version="1.3.2" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="System.Drawing.Common" Version="4.5.0" />
<PackageReference Include="System.Text.Encoding" Version="4.3.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion main/NPOI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.2</Version>
<Version>1.3.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion main/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Portable.BouncyCastle" version="1.8.6" targetFramework="net45" />
<package id="SharpZipLib" version="1.3.1" targetFramework="net45" />
<package id="SharpZipLib" version="1.3.3" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion ooxml/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Portable.BouncyCastle" version="1.8.6" targetFramework="net45" />
<package id="SharpZipLib" version="1.3.1" targetFramework="net45" />
<package id="SharpZipLib" version="1.3.3" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion openxml4Net/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SharpZipLib" version="1.3.2" targetFramework="net45" />
<package id="SharpZipLib" version="1.3.3" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion testcases/main/NPOI.TestCases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@
<Version>3.13.1</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.2</Version>
<Version>1.3.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion testcases/ooxml/NPOI.OOXML.TestCases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.2</Version>
<Version>1.3.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />
Expand Down

0 comments on commit 4744077

Please sign in to comment.