diff --git a/README.md b/README.md index 44db148..ceb5b6f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +CxFlowMasterPush-Test11 + The BodgeIt Store is a vulnerable web application which is currently aimed at people who are new to pen testing. > ### Please note that The BodgeIt Store is no longer being worked on diff --git a/root/basket.jsp b/root/basket.jsp index 813dc00..66c6be1 100644 --- a/root/basket.jsp +++ b/root/basket.jsp @@ -4,7 +4,7 @@ <%@ page import="java.math.*" %> <%@ page import="java.text.*" %> <%@ page import="java.util.*" %> - +<%@ page import="java.sql.PreparedStatement" %> <%@ include file="/dbconnection.jspf" %>