You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,33 @@
1
+
### 0.11.1 August 17 2021 ####
2
+
* Add [unsafe deserialization type blacklist](https://github.com/akkadotnet/Hyperion/pull/242)
3
+
* Bump [Akka version from 1.4.21 to 1.4.23](https://github.com/akkadotnet/Hyperion/pull/246)
4
+
5
+
We've added a deserialization safety check to block dangerous types from being deserialized.
6
+
This is done to add a layer of security from possible code injection and code execution attack.
7
+
Currently it is an all or nothing feature that can be turned on and off by using the new `DisallowUnsafeTypes` flag inside `SerializerOptions` (defaults to true).
0 commit comments