data-govt-nz / ckanext-security

A CKAN extension to hold various security improvements for CKAN
GNU Affero General Public License v3.0
25 stars 31 forks source link

Add the validations as get_validators instead of monkey patching #67

Open EricSoroos opened 7 months ago

EricSoroos commented 7 months ago

This ensures that the validations are added into the user schemas in the validation cache, rather than attempting a monkey patch.