We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c226d + 1d6863e commit 1ade3d9Copy full SHA for 1ade3d9
1 file changed
deps/rabbitmq_management/priv/www/js/tmpl/login_oauth.ejs
@@ -4,7 +4,7 @@
4
<div id="login-status">
5
<% if (Array.isArray(warnings)) { %>
6
<% for (var i = 0; i < warnings.length; i++) { %>
7
- <p class="warning"><%=warnings[i]%> </p>
+ <p class="warning"><%=fmt_escape_html(warnings[i])%> </p>
8
<% } %>
9
10
<% if (notAuthorized) { %>
0 commit comments