Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Updated references for DotNetZip (Zip-Slip vulnerability)
Browse files Browse the repository at this point in the history
  • Loading branch information
DecaTec committed Oct 17, 2018
1 parent 1a8c1c4 commit 81e7438
Show file tree
Hide file tree
Showing 19 changed files with 45 additions and 48 deletions.
Binary file modified Doc/de/Windows Server Advanced Power Managment (deutsch).docx
Binary file not shown.
Binary file modified Doc/en/Windows Server Advanced Power Managment (englisch).docx
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/Wsapm/Wsapm.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
2 changes: 1 addition & 1 deletion Source/Wsapm/Wsapm.Core/VersionInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public static class VersionInformation
/// <summary>
/// Current version.
/// </summary>
public static Version Version = new Version(1, 6, 0, 0);
public static Version Version = new Version(1, 6, 1, 0);
}
}
5 changes: 2 additions & 3 deletions Source/Wsapm/Wsapm.Core/Wsapm.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath>
<Private>True</Private>
<Reference Include="DotNetZip, Version=1.11.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Wsapm/Wsapm.Core/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="DotNetZip" version="1.10.1" targetFramework="net40-client" />
<package id="DotNetZip" version="1.11.0" targetFramework="net40-client" />
</packages>
4 changes: 2 additions & 2 deletions Source/Wsapm/Wsapm.Extensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
4 changes: 2 additions & 2 deletions Source/Wsapm/Wsapm.PluginInstaller/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath>
<Private>True</Private>
<Reference Include="DotNetZip, Version=1.11.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Wsapm/Wsapm.PluginInstaller/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="DotNetZip" version="1.10.1" targetFramework="net40" />
<package id="DotNetZip" version="1.11.0" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions Source/Wsapm/Wsapm.Service/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
2 changes: 1 addition & 1 deletion Source/Wsapm/Wsapm.Setup.Bootstrapper/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">

<!-- Product version. Refer to it with "$(var.ProductVersion)" -->
<?define ProductVersion = "1.6.0.0"?>
<?define ProductVersion = "1.6.1.0"?>
<!-- Upgrade code. Refer to it with "$(var.UpgradeCode)" -->
<!-- NEVER CHANGE THE UPGRADECODE -->
<?define UpgradeCode = "{6A1E9768-6FEE-4282-8C16-AFA43DAC4751}"?>
Expand Down
2 changes: 1 addition & 1 deletion Source/Wsapm/Wsapm.Setup/Wsapm.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">

<!-- Product version. Refer to it with "$(var.ProductVersion)" -->
<?define ProductVersion = "1.6.0.0"?>
<?define ProductVersion = "1.6.1.0"?>
<!-- Upgrade code. Refer to it with "$(var.UpgradeCode)" -->
<!-- NEVER CHANGE THE UPGRADECODE -->
<?define UpgradeCode = "{8E133A46-F96C-48BC-9051-D77FDDECD32A}"?>
Expand Down
4 changes: 2 additions & 2 deletions Source/Wsapm/Wsapm.Wpf.Controls/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
5 changes: 4 additions & 1 deletion Source/Wsapm/Wsapm/Changelog/Changelog_de.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
v1.6.0.0 (01.10.2017):
v1.6.1 (17.10.2018):
- Referenzen auf DotNetZip aktualisiert (Sicherheitslücke in alten DotNetZip Bibliotheken)

v1.6.0 (01.10.2017):
- Das Projekt Windows Server Advanced Power Management ist nun auf GitHub verfügbar: https://github.com/DecaTec/Wsapm
- Windows Server Advanced Power Management ist nun Open Source
- Links (AboutWindow) aktualisiert
Expand Down
5 changes: 4 additions & 1 deletion Source/Wsapm/Wsapm/Changelog/Changelog_en.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
v1.6.0.0 (10/01/2017):
v1.6.1 (10/17/2018):
- Updated references for DotNetZip (vulnerability in old DotNetZip libraries)

v1.6.0 (10/01/2017):
- The project Windows Server Advanced Power Management is now available on GitHub: https://github.com/DecaTec/Wsapm
- Windows Server Advanced Power Management now is open source
- Updated links in about window
Expand Down
4 changes: 2 additions & 2 deletions Source/Wsapm/Wsapm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
35 changes: 14 additions & 21 deletions Source/Wsapm/Wsapm/Wsapm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@
<ApplicationIcon>Resources\app.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath>
<Private>True</Private>
<Reference Include="DotNetZip, Version=1.11.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand All @@ -73,29 +72,23 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WindowsFormsIntegration" />
<Reference Include="Xceed.Wpf.AvalonDock, Version=3.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.0\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
<Private>True</Private>
<Reference Include="Xceed.Wpf.AvalonDock, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=3.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
<Private>True</Private>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=3.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
<Private>True</Private>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=3.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
<Private>True</Private>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.DataGrid, Version=3.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.0\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
<Private>True</Private>
<Reference Include="Xceed.Wpf.DataGrid, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.Toolkit, Version=3.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
<Private>True</Private>
<Reference Include="Xceed.Wpf.Toolkit, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Wsapm/Wsapm/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="DotNetZip" version="1.10.1" targetFramework="net40-client" />
<package id="Extended.Wpf.Toolkit" version="3.0" targetFramework="net40-client" />
<package id="DotNetZip" version="1.11.0" targetFramework="net40-client" />
<package id="Extended.Wpf.Toolkit" version="3.4.0" targetFramework="net40-client" />
</packages>

0 comments on commit 81e7438

Please sign in to comment.