Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.1.0
Description
JSON parsing is done using the eval js method in several places in the oozie-console.js, which allows code injection.
The project already contains a json parser library, which should be used all around the code.
We are aware that most of the json documents parsed are from the oozie server, and not from the user directly. However fixing it all will make the code most robust and consistent.