-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsafe Object Deserialization #4
Comments
Problem solved with Commit:0409ce1 |
After serialization and deserialization, it requires to add appsettings.json in the project and setting up the assemblyName(support prefix-name and full name) for where the type defined. |
Please be sure to select the 'Copy Always' option in 'Copy to Output Directory' for the file appsettings.json: |
SummerBatch core contains code which deserializes object via instantiating a BinaryFormatter. It may be vulnerable to other attack categories, such as information disclosure or remote code execution.
The text was updated successfully, but these errors were encountered: