eiriktsarpalis/PolyType

Publish a stable release of the library

Opened this issue · 2 comments

Tracks remaining issues until a 1.0 release of the library can be published:

cc @AArnott

What about the security mitigation of deserializing keyed collections? (#33)

Added, although I'm not aware of a solution that clicks with how the abstractions work today. Seems the best approach is to hardcode mitigations in converters for known hash table implementations like Dictionary, HashSet, etc.