You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure missing UI5 modeling is addressed in our CodeQL query libraries, unit tests, and (if possible) queries that detect potential insecure use of UI5. This issue focuses on addressing potential gaps such as:
both JSONModel and XMLModel have a loadData method that gets data via ajax request.
the setData and setJson methods it can be filled with arbitrary tainted data.