Zyan.SafeDeserializationHelpers
0.5.1
Install-Package Zyan.SafeDeserializationHelpers -Version 0.5.1
dotnet add 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 |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid10 |
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.