From 1e0b493d28a3dc7483babfd8e7cb1926529cf8c4 Mon Sep 17 00:00:00 2001 From: Pauljd Date: Tue, 8 Sep 2026 20:38:30 +0100 Subject: [PATCH] Test Davidson CI security detection --- vulnerable-test.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vulnerable-test.php diff --git a/vulnerable-test.php b/vulnerable-test.php new file mode 100644 index 0000000..10cc091 --- /dev/null +++ b/vulnerable-test.php @@ -0,0 +1,12 @@ +cat > vulnerable-test.php <<'PHP' +query($query); + +echo $_GET['message']; +PHP