Skip to content

Commit 8e34a08

Browse files
author
Bob Pokorny
committed
Bumped System.IO.Packaging for .Net vulnerabilities.
1 parent 4fd004c commit 8e34a08

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Updated the Alias in IIS to also include Site-Name. NOTE: Inventory will need to be performed prior to any management job to include new Alias format.
66
* Added Bindings check when attempting to add bindings that already exist or are ambiguous. NOTE: If you wish to add multiple bindings with the same IP:Port, Hostname must be included and SNI flag must be set to a minimum of '1'. Failure to do this can result in failed jobs with a binding conflict error message.
77
* Bumped Keyfactor.Orchestrator.Common to 3.2.0 to correct signing issue.
8+
* Bumped System.IO.Packaging to 6.0.2 & 8.0.1 for .Net vulnerabilities.
89

910
2.6.0
1011
* Added the ability to run the extension in a Linux environment. To utilize this change, for each Cert Store Types (WinCert/WinIIS/WinSQL), add ssh to the Custom Field <b>WinRM Protocol</b>. When using ssh as a protocol, make sure to enter the appropriate ssh port number under WinRM Port.

IISU/WindowsCertStore.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
<PackageReference Include="Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version="0.7.0" />
3838
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
3939
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.5" Condition="'$(TargetFramework)' == 'net8.0'" />
40+
<PackageReference Include="System.IO.Packaging" Version="6.0.2" Condition="'$(TargetFramework)' == 'net6.0'" />
41+
<PackageReference Include="System.IO.Packaging" Version="8.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
4042
</ItemGroup>
4143

4244
<ItemGroup>

0 commit comments

Comments
 (0)