CompTIA SecurityX (CAS-005) CAS-005 — Question 393
Topic 1 · Question 393 of 393
Topic 1 · Question 393
A security engineer wants to improve the security of an application as part of the development pipeline. The engineer reviews the following component of an internally developed web application that allows employees to manipulate documents from a number of internal servers. response = requests.get(url) Users can specify the document to be parsed by passing the document URL to the application as a parameter. Which of the following is the best solution to verify the quality and security of this component?