312-96 Exam Question 21

Which of the following relationship is used to describe abuse case scenarios?
  • 312-96 Exam Question 22

    Which of the following elements in web.xml file ensures that cookies will be transmitted over an encrypted channel?
  • 312-96 Exam Question 23

    Which line of the following example of Java Code can make application vulnerable to a session attack?
  • 312-96 Exam Question 24

    Alice works as a Java developer in Fygo software Services Ltd. He is given the responsibility to design a bookstore website for one of their clients. This website is supposed to store articles in .pdf format. Alice is advised by his superior to design ArticlesList.jsp page in such a way that it should display a list of all the articles in one page and should send a selected filename as a query string to redirect users to articledetails.jsp page.
    Alice wrote the following code on page load to read the file name.
    String myfilename = request.getParameter("filename");
    String txtFileNameVariable = myfilename;
    String locationVariable = request.getServletContext().getRealPath("/"); String PathVariable = ""; PathVariable = locationVariable + txtFileNameVariable; BufferedInputStream bufferedInputStream = null; Path filepath = Paths.get(PathVariable); After reviewing this code, his superior pointed out the security mistake in the code and instructed him not repeat the same in future. Can you point the type of vulnerability that may exist in the above code?
  • 312-96 Exam Question 25

    Which of the threat classification model is used to classify threats during threat modeling process?