Details
- 
        Type:
 Improvement
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 4.2, EE-3.3.0.GA_P05
 - 
            Fix Version/s: 4.3, EE-3.3.0.GA_P06
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:Any
 
- 
                        Assignee Priority:P1
 
Description
                    After working on ICE-11362, it was noted that our javascript code in gmap.js uses several eval() calls. Our code should be refactored to avoid the use of the eval() function.
            
Modified component code to avoid evaluating JS snippets that can include code injected through component attributes. Instead generate (on the server side) parse JSON structures.