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
Experimenting with only, I noticed it is possible to assign an invalid value to a Field's only attribute.
Looking at the code in the __apply_nested_option method of the schema.Schema class, there is no validation done when propagating the only value to a field.
Experimenting with
only
, I noticed it is possible to assign an invalid value to a Field'sonly
attribute.Looking at the code in the
__apply_nested_option
method of theschema.Schema
class, there is no validation done when propagating theonly
value to a field.All comments are welcome.
The text was updated successfully, but these errors were encountered: