mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-105372 HTML injection into application messages
This commit is contained in:
@@ -412,7 +412,7 @@ public class UsageViewManagerImpl extends UsageViewManager {
|
||||
|
||||
if (notFoundActions.isEmpty()) {
|
||||
notifyByFindBalloon(createGotToOptionsListener(mySearchFor),
|
||||
MessageType.INFO, myProcessPresentation, message, createOptionsHtml());
|
||||
MessageType.INFO, myProcessPresentation, StringUtil.escapeXml(message), createOptionsHtml());
|
||||
findStartedBalloonShown.set(false);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user