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
Jackson 2.16 added new options for validation in StreamReadConstraints, initially implemented mostly for JSON backend.
But CBOR and Smile backends should be retrofitted to validate maxNameLength, to avoid same concerns as with JSON.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Support for StreamReadConstraints.maxNameLength for CBOR, Smile backends
Support for StreamReadConstraints.maxNameLength validation for CBOR, Smile backends
Jan 26, 2024
(note: spin-off from #392 )
Jackson 2.16 added new options for validation in
StreamReadConstraints
, initially implemented mostly for JSON backend.But CBOR and Smile backends should be retrofitted to validate
maxNameLength
, to avoid same concerns as with JSON.The text was updated successfully, but these errors were encountered: