18F / dol-whd-14c

The 14(c) system will become a modern, digital-first service. Applicants will be provided an intuitive online experience, guiding them through the information needed to complete their application correctly.
Other
16 stars 17 forks source link

Add server side validation to be consistent with client side validation #731

Open mmurthydol opened 6 years ago

mmurthydol commented 6 years ago

Validation must be consistently implemented both at the UI and API level. This indirectly also helps with security.

Acceptance Criteria

Ensure that all API calls that accept input parameters are validated if those parameters contain data from client side fields that have validation performed against them.

PrabhakarThummalaDOL commented 6 years ago

Completed.