Multiple choice technology security

After a test appscan reports the occurrence of lot of hidden files which you know for sure your application does not contain. What do you think happened?

  1. Somebody put those files there during the test

  2. Appscan created those files

  3. Third party domain was not excluded from the scan

  4. It’s a result of cross site scripting attack

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

AppScan discovered files from third-party domains linked in your application. These must be excluded from scan scope, otherwise AppScan crawls them as if they were part of your app, reporting findings that aren't actually yours.