Skip to content

Commit

Permalink
[SECURITY-2287] avoid xss storage for server name
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Feb 9, 2022
1 parent f3f6909 commit edf4e98
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@
<script type="text/javascript" src="${rootURL}/plugin/publish-over-ssh/js/pos.js" />
<script type="text/javascript">
<j:forEach var="config" items="${descriptor.hostConfigurations}">
exec_disabled['${config.name}'] = ${config.effectiveDisableExec};
exec_disabled["${config.name}"] = ${config.effectiveDisableExec};
</j:forEach>
</script>
</st:once>
Expand Down

0 comments on commit edf4e98

Please sign in to comment.