The web development team has a new application that needs to be assessed from a security standpoint. When the third-party testing team presents their test cases, they mention that an HTTP interceptor is one of the tools they will utilize. Which of the following issues would this be most suitable to test for?

A. open ports
B. input validation of a form
C. access control
D. performance under stress


B
Explanation: HTTP interceptors are tools that can be used to introduce invalid input to see if the application performs proper input validation.

Computer Science & Information Technology

You might also like to view...

____________________ reporting ensures that every potentially harmful event gets an organizationally sanctioned response.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Select the code below that associates a favorites icon named favicon.ico with a web page document.

a. ``` ``` b. ``` favorites ``` c. ``` favorites ``` d. ``` ```

Computer Science & Information Technology

Add something to your HTML home page generator that will make random, relevant comments about the weather depending on the temperature.

If it’s going to be less than 32, you want to insert either “Watch out for ice!” or “Is it going to snow?” If it’s going to be between 32 and 50, you want to insert either “I can’t wait for winter to be over!” or “Come on, Spring!” If it’s over 50 but less than 80, you want to insert either “It’s getting warmer!” or “Light jacket weather.” If it’s over 80, you want to insert either “FINALLY! Summer!” or “Time to go swimming!”

Computer Science & Information Technology

What allows you to add components to an existing database, rather than creating an entire new database?

A. Objects B. Filters C. Application parts D. Templates

Computer Science & Information Technology