Go to file
Hua Wang f641cc291e Avoid to use eval in pythonk8sclient
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
2015-09-12 18:45:24 -04:00
Description
Python API for Kubernetes
627 KiB
Languages
Python 99.9%
Shell 0.1%