Zyan.SafeDeserializationHelpers
0.5.1
dotnet add package Zyan.SafeDeserializationHelpers --version 0.5.1
NuGet\Install-Package Zyan.SafeDeserializationHelpers -Version 0.5.1
<PackageReference Include="Zyan.SafeDeserializationHelpers" Version="0.5.1" />
paket add Zyan.SafeDeserializationHelpers --version 0.5.1
#r "nuget: Zyan.SafeDeserializationHelpers, 0.5.1"
// Install Zyan.SafeDeserializationHelpers as a Cake Addin #addin nuget:?package=Zyan.SafeDeserializationHelpers&version=0.5.1 // Install Zyan.SafeDeserializationHelpers as a Cake Tool #tool nuget:?package=Zyan.SafeDeserializationHelpers&version=0.5.1
Safe deserialization helper library to fix known BinaryFormatter vulnerabilities.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid10 is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Zyan.SafeDeserializationHelpers:
Package | Downloads |
---|---|
Zyan
Zyan is a framework that simplifies development of distributed applications for desktop and mobile platforms. With Zyan you can publish any .NET class for remote access over the network. Zyan is highly customizable and provides you with tools to build modular and plugable distributed applications. |
|
GenuineChannels
Genuine Channels is a high-end transport environment accessible through .NET Remoting and Direct eXchange Manager (DXM) API. Besides offering steady connections in any environment thanks to configurable reconnect feature, Genuine Channels support communication with clients located behind firewalls, NAT and proxy servers (including those requiring authorization). Data encryption managed by security sessions and data compression without installing sinks provide for both easier coding and fast and secure client-server communication. |
GitHub repositories
This package is not used by any popular GitHub repositories.
What's new:
v0.5.0:
- Added .NET 2.0 support.
v0.4.0:
- UnsafeDeserializationException is serialized as plain SecurityException.
- Zyan.SafeDeserializationHelpers assembly is not required on the client side anymore.
v0.3.0:
- Added more blacklisted namespaces to the delegate validator.
v0.2.0:
- Updated TypeFilterLevel to match the .NET defaults.
v0.1.0:
- Initial release.