There is a lot of documentation about issue dotnet/winforms#9701 and the security risks associated with BinaryFormatter.
But what if we're not using BinaryFormatter directly? Instead, we're using ImageList, which is currently implemented to use BinaryFormatter? Do we need to find a different image list control? Or is Microsoft planning to fix the existing one?
There is a lot of documentation about issue dotnet/winforms#9701 and the security risks associated with
BinaryFormatter.But what if we're not using
BinaryFormatterdirectly? Instead, we're usingImageList, which is currently implemented to useBinaryFormatter? Do we need to find a different image list control? Or is Microsoft planning to fix the existing one?