Ask Question
11 September, 19:47

You are the IT security manager for a retail merchant organization that is just going online with an e-commerce website. You hired several programmers to craft the code that is the backbone of your new web sales system. However, you are concerned that while the new code functions well, it might not be secure. You begin to review the code, systems design, and services architecture to track down issues and concerns. Which of the following do you hope to find in order to prevent or protect against XSS?

A. Input validation

B. Defensive coding

C. Allowing script input

D. Escaping metacharacters

+2
Answers (1)
  1. 11 September, 23:42
    0
    A. Input validation

    Explanation:

    Based on the information provided within the question it can be said that the best way to protect against XSS would be Input Validation. This is a programming technique of preventing data that is improperly formed from entering the system and maybe causing problems with that system, and is done by coding defensively and escaping metacharacters, thus preventing all script-like input.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “You are the IT security manager for a retail merchant organization that is just going online with an e-commerce website. You hired several ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers