BufferedReader issue in IBM Application Scanner

291 Views Asked by At

I am parsing a huge XML file using BufferedReader in my application and while scanning it through IBM Appscan (which is a mandate in our organisation) it is showing High Vulnerability of Denial of Service (DoS) attack (Issue type AppDOS). I have already tried BoundedBufferedReader to limit the number of characters while parsing to resolve the issue. However, I am still facing the same issue. Let me know if there is any solution or suggestion to fix it.

0

There are 0 best solutions below