
The deserialize function that swagger uses includes the usage of eval. It is posible to completely destroy a system using eval, so eval usage is removed in this patch. This fixes the failure of bandit non-voting gate. http://nedbatchelder.com/blog/201206/eval_really_is_dangerous.html Change-Id: Id13ea30d07a66d9a812677840c29c48662f43f6f Closes-Bug: #1459717