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
Standardize UUID validation across all REST API controllers
Extract a shared validate_uuid/1 function into LightningWeb.API.Helpers
using the existing Ecto.UUID.dump/1 pattern. Replace private duplicate
implementations in WorkflowsController and CredentialController. Apply
validation to all controllers that accept UUID path or query params, so
malformed UUIDs return 400 instead of raising Ecto.Query.CastError (500).
Closes#4588
0 commit comments