Skip to content

Commit

Permalink
Fix the integration test for sql module
Browse files Browse the repository at this point in the history
Ajust the expected result to match with the output report
  • Loading branch information
OussamaBeng committed Jun 7, 2024
1 parent 91c1a07 commit 9905ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_mod_sql/assertions/sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -491,4 +491,4 @@
}
]
}
}
}

0 comments on commit 9905ddb

Please sign in to comment.