Fix XSS in Ancestor tooltip title
Ancestor tooltip does not escape HTML when rendering. With this we'll escape HTML using underscore's escape method.
Showing
Please register or sign in to comment
Ancestor tooltip does not escape HTML when rendering. With this we'll escape HTML using underscore's escape method.