Answer:
Cross-site scripting, the nightmare of Javascript. Because Javascript can run pages locally on the client system as opposed to running everything on the server side, this can cause headaches for a programmer if variables can be changed directly on the client’s webpage. There are a number of ways to protect against this, the easiest of which is input validation.
Previous Question | Next Question |
Tell us what project that you have built are you most proud of? | Tell me what is data protection in transit vs data protection at rest? |