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
crosswalk validates request bodies, but it might also be useful to validate response bodies. This could catch errors due to as any and other type assertions. And if you use noExtraProps when you generate your JSON Schema, it could catch issues with additional properties leaking by surprise.
Enabling this for debug builds but not prod might also be a useful strategy.
The text was updated successfully, but these errors were encountered:
crosswalk validates request bodies, but it might also be useful to validate response bodies. This could catch errors due to
as any
and other type assertions. And if you usenoExtraProps
when you generate your JSON Schema, it could catch issues with additional properties leaking by surprise.Enabling this for debug builds but not prod might also be a useful strategy.
The text was updated successfully, but these errors were encountered: