Multiple choice technology security

In the Application Data View reviewing which detail gives the information that appscan completely covered all the urls of the application? Choose 3.

  1. Broken links

  2. Cookies

  3. Javascripts

  4. Visited URLs

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Broken Links, JavaScripts, and Visited URLs collectively reveal comprehensive application coverage. Broken links indicate unreachable pages, JavaScripts show client-side functionality that might have been missed, and Visited URLs confirm which pages were successfully tested during the scan.

AI explanation

To confirm full coverage of an application's URL space, you'd check that no links were broken (Broken Links), that all URLs reachable including those pulled in via client-side script were found (Javascripts), and the actual list of every URL AppScan reached (Visited URLs). Cookies are session-management artifacts and don't indicate crawl completeness.