CTEC2712 Web application development

Unit: Security and data validation

Allowing users to pass arbitrary data into our application presents some problems.

We need to protect our application from malicious users attempting to compromise our server. We also need to ensure data that arrives into our server are valid for our needs.

In this unit