From 70ecab162c86efe7f441719d9afce7be091a2718 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 13:00:21 -0500 Subject: [PATCH 1/4] New change --- .idea/workspace.xml | 33 +++++++++++++++++++++++++-------- composer.json | 3 ++- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ae7a367..a4aa617 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + + @@ -258,21 +275,21 @@ - + - + - + - + - + - + \ No newline at end of file diff --git a/composer.json b/composer.json index b1db492..fd298e5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "require": { - "phpunit/phpunit": "4.3.*" + "phpunit/phpunit": "4.3.*", + "monolog/monolog": "2.0.*" } } \ No newline at end of file From 31e3ba20cec1dc78f30be093ffe07c5e89e0feba Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 13:24:46 -0500 Subject: [PATCH 2/4] New change --- .idea/workspace.xml | 39 ++++++++++-- vulnerable-web-application.properties | 3 + vulnerable-web-application.xml | 87 +++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 6 deletions(-) create mode 100644 vulnerable-web-application.properties create mode 100644 vulnerable-web-application.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a4aa617..76d1865 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,9 @@ + + - + + + + + + + + + + @@ -267,24 +278,40 @@ + - + - + + + + + - + - + + + + + diff --git a/vulnerable-web-application.properties b/vulnerable-web-application.properties new file mode 100644 index 0000000..ef0b934 --- /dev/null +++ b/vulnerable-web-application.properties @@ -0,0 +1,3 @@ +path.variable.kotlin_bundled=/Applications/IntelliJ IDEA CE.app/Contents/plugins/Kotlin/kotlinc +path.variable.maven_repository=/Users/shobikaramasubbarayalu/.m2/repository +javac2.instrumentation.includeJavaRuntime=false \ No newline at end of file diff --git a/vulnerable-web-application.xml b/vulnerable-web-application.xml new file mode 100644 index 0000000..1ac3a71 --- /dev/null +++ b/vulnerable-web-application.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From a9b2682cdeca437106294e878f799328f9b35314 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 13:26:48 -0500 Subject: [PATCH 3/4] New change --- .idea/workspace.xml | 4 ++-- SQL/sql6.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 76d1865..c9f442a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -298,10 +298,10 @@ - + - + diff --git a/SQL/sql6.php b/SQL/sql6.php index f666560..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -16,7 +16,7 @@ - + Date: Tue, 22 Feb 2022 13:51:28 -0500 Subject: [PATCH 4/4] New change --- SQL/sql6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..6fe1369 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - $conn = new mysqli($servername, $username, $password,$db); + //$conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) {