Skip to content

Insecure Extensive use of BinaryFormatter #17

@Jab0rnal

Description

@Jab0rnal

When attempting to implement this library, I have been getting the following error message:

Exception thrown: 'System.NotSupportedException' in System.Runtime.Serialization.Formatters.dll
BinaryFormatter serialization and deserialization are disabled within this application.

The implementation here is using an unsecure method of binary serialization for serializing event bodies, as described here:

https://docs.microsoft.com/en-gb/dotnet/standard/serialization/binaryformatter-security-guide

A list of "preferred alternatives" are described in the document.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions