Skip to content

Verify Logging/Blocking of SQL Injection Attempts by Simple Security

Verify Logging/Blocking of SQL Injection Attempts by Simple Security

  • Test case designer: name
  • Date of creation : 09.07.2025

Test case description

Test whether the Simple Security logs or blocks SQL injection attempts.

Pre-state:

  • Simple Security configured.

Test Steps

  1. Attempt SQL injection in the search bar (' OR 1=1; --).
  2. Observe system behavior.
  3. Check the admin panel's Simple Security logs for recorded suspicious activities.

Expected result

  • SQL injection attempts are blocked, logged or input sanitized
  • The system remains stable, with no crashes or frontend/backend errors.