In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade propel/propel
to version 2.0.0-alpha8 or higher.
propel/propel is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.
For example, given a model User for a table users, an attacker could drop the users table:
UserQuery::create()->limit('1;DROP TABLE users')->find();