Don't trust trusted messages so much. Just trust that the pointers are valid…
Don't trust trusted messages so much. Just trust that the pointers are valid and in-bounds, but don't assume the data matches the schema. This makes it easier to safely create a 'trusted' message: just copy any message into a MessageBuilder, and if it ends up all in one segment, it's safe to use.
Showing
This diff is collapsed.
Please
register
or
sign in
to comment