MyBB Community Forums

Full Version: Security: Injection Tests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We could have an automated test which automatically goes through all the route handlers, attempts to inject SQL, and logs if there are any irregular errors. This might help in automatically discovering SQL Injection exploits.

While prepared statements can eliminate 99.99% of exploits, they aren't perfect either.