From 9905ddb3ea89c53ef149120cf75b950d0c94b496 Mon Sep 17 00:00:00 2001 From: Oussama Date: Fri, 7 Jun 2024 15:07:58 +0200 Subject: [PATCH] Fix the integration test for sql module Ajust the expected result to match with the output report --- tests/integration/test_mod_sql/assertions/sql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_mod_sql/assertions/sql.json b/tests/integration/test_mod_sql/assertions/sql.json index c85613075..79db4fddb 100644 --- a/tests/integration/test_mod_sql/assertions/sql.json +++ b/tests/integration/test_mod_sql/assertions/sql.json @@ -4,7 +4,7 @@ { "method": "GET", "path": "/sql_easy.php", - "info": "SQL Injection (DBMS: SQLite) via injection in the parameter query", + "info": "SQL Injection via injection in the parameter query", "parameter": "query", "module": "sql", "http_request": "GET /sql_easy.php?query=Linda%C2%BF%27%22%28 HTTP/1.1\nhost: sql\nconnection: keep-alive\nuser-agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0\naccept-language: en-US\naccept-encoding: gzip, deflate, br\naccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", @@ -491,4 +491,4 @@ } ] } -} \ No newline at end of file +}