Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

There are two important security risks that should be addressed in web - based systems that involve accessing a database to validate information provided by

There are two important security risks that should be addressed in web-based systems that involve accessing a database to validate information provided by a user, like the one you developed in the assignments.
Explain what these two security risks are, and describe how you protect your web application from this type of attack. An important question to ask yourself now is why do we need database validation and all the other validation. The answer is that database validation is the last line of defence. If someone accidentally disables the server-side validation because they assume the client-side validation is all that is needed, we might find data entering our database from malicious sources that know how to disable the client-side validation. There is no circumventing the rules placed on the database without actually altering the database structure.
Another scenario where we want to ensure that the database validates the data is for applications that might have multiple different interfaces to the underlying data (e.g., a web-based interface and a mobile interface). If these are developed independently, the development teams may not have the same dedication to ensuring valid data as you have. By enforcing data validity in the database, we can be certain that our data is always of high quality.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases 28th British National Conference On Databases Bncod 28 Manchester Uk July 2011 Revised Selected Papers Lncs 7051

Authors: Alvaro A.A. Fernandes ,Alasdair J.G. Gray ,Khalid Belhajjame

2011th Edition

3642245765, 978-3642245763

More Books

Students also viewed these Databases questions

Question

Compute dy/dx for the following functions. y = ln sech 2x

Answered: 1 week ago

Question

Diagnose situations to analyze the strength of motivation present.

Answered: 1 week ago