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
We've recently had invalid files uploaded as dataset parameters in our WDK sites. These have not been rejected in validation, causing issues downstream. We would like to add basic validation to ensure IDs are restricted to the following characters:
[0-9]
[a-zA-Z]
.
-
_
:
(
)
We could alternatively wire up a regex parameter in the WDK model, though this would be a more considerable effort.
The text was updated successfully, but these errors were encountered:
Overview
We've recently had invalid files uploaded as dataset parameters in our WDK sites. These have not been rejected in validation, causing issues downstream. We would like to add basic validation to ensure IDs are restricted to the following characters:
[0-9]
[a-zA-Z]
.
-
_
:
(
)
We could alternatively wire up a regex parameter in the WDK model, though this would be a more considerable effort.
The text was updated successfully, but these errors were encountered: