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
Contract code should be careful interacting with offerArgs. These values need input validation before being used since they are coming directly from the caller and may have malicious behavior.
Malformed or excessively large proofs can lead to performance degradation or bypass validation mechanisms.
Suggestion: use pattern validation, much like proposal shapes
Per offerArgs docs:
Malformed or excessively large proofs can lead to performance degradation or bypass validation mechanisms.
Suggestion: use pattern validation, much like proposal shapes
ack: @Jovonni
The text was updated successfully, but these errors were encountered: