This is something pretty straightfoward but requires a bit of updating on projects: extending the utils/fieldserializers with some more custom validation e.g. S3URIField, FastaField, VersionField ... etc, all of which could inherit from the CharField field serializer in utils/fieldserializers.
Currently there is no strict validation of these types of things, which has been fine so far as these fields are populated by a trusted process (roz). But there should be some more validation on these really.
This is something pretty straightfoward but requires a bit of updating on projects: extending the
utils/fieldserializerswith some more custom validation e.g.S3URIField,FastaField,VersionField... etc, all of which could inherit from theCharFieldfield serializer inutils/fieldserializers.Currently there is no strict validation of these types of things, which has been fine so far as these fields are populated by a trusted process (
roz). But there should be some more validation on these really.