In this unit, you learned that one concern of back-end website development is security. can you think of a situation that might create a problem
for a website's security? what could a back-end developer do to prevent this situation from occurring?

Respuesta :

Situations that leads to back-end website development  security are:

  • Injection Flaws.
  • Lack of Transport Layer Protection.
  • Broken Authentication, etc.

What are the security risk to database?

The injection flaws is known to be a very dangerous web application risk as it helps user to have data containing keywords that will change the behavior of queries created on the database.

This can be handle by:

  • Validation
  • Encode, etc.

Therefore, Situations that leads to back-end website development  security are:

  • Injection Flaws.
  • Lack of Transport Layer Protection.
  • Broken Authentication, etc.

Learn more about back-end website from

https://brainly.com/question/13263206

#SPJ1