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
Here, validation errors are discarded, e.g., getUser in registry-user.controller.js can be called even if identifier doesn't have the string data type.
For example,
cve-services/src/controller/registry-user.controller/index.js
Lines 142 to 143 in 0e528de
Here, validation errors are discarded, e.g., getUser in registry-user.controller.js can be called even if identifier doesn't have the string data type.