winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4e394fed103695e3de4aec98cb88ab08b7e07158
parent 90eaee2c82f5ca689c6719481dbce2d26e27fa6b
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date:   Mon, 14 Oct 2024 22:39:55 -0700

Update package with CVEs (#4881)

Update dependency System.IO.Packaging due to CVE-2024-43484,
CVE-2024-43483
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4881)
Diffstat:
Msrc/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj | 1+
Msrc/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj b/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj @@ -40,6 +40,7 @@ </PackageReference> <PackageReference Include="System.Data.SqlClient" Version="4.8.6" /> <PackageReference Include="System.Formats.Asn1" Version="6.0.1" /> + <PackageReference Include="System.IO.Packaging" Version="6.0.1" /> <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.4" /> <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.8" /> <PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" /> diff --git a/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj b/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj @@ -51,6 +51,7 @@ <PrivateAssets>all</PrivateAssets> </PackageReference> <PackageReference Include="System.Data.SqlClient" Version="4.8.6" /> + <PackageReference Include="System.IO.Packaging" Version="6.0.1" /> <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" /> <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" /> <PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />