appier icon indicating copy to clipboard operation
appier copied to clipboard

Support for proper data type validation fails

Open joamag opened this issue 9 years ago • 0 comments

Description

Currently it's possible to store an integer on a string based field using the Appier data model storage engine. This is a serious vulnerability that may lead to corruption of the database.

Solution

Ensure proper validation of the data types on storage/persist operations.

joamag avatar Sep 01 '16 11:09 joamag