SQL Injection Prevention Mechanism

Q: What mechanisms does digiRunner use to prevent SQL Injection attacks?

A: digiRunner implements basic SQL injection checks directly at the gateway level to ensure API security.

How it works:

The system uses a lightweight safeguard designed to block requests containing specific risky characters known to be associated with common injection attacks. Specifically, the gateway inspects traffic and blocks inputs containing:

  • Single quotes (')

  • Semicolons (;)

triangle-exclamation

Keywords: SQL Injection, Security Checks, WAF, Gateway Protection, Risky Characters

Last updated

Was this helpful?